body#homepage li#home a,
body#accommodationpage li#accommodation a,
body#activitiespage li#activities a,
body#contactpage li#contact a,
body#privacypage li#privacy a, {
background: #F7E1A7 url(../pics/on_bg.gif) repeat-x top;
}

body { 
	background: url(../pics/bg.jpg);
	text-align: center;
	margin: 5px 5px 5px 5px;
	padding: 0;
	font-size: 12px; color: #000; 
	line-height: 20px; 
	font-family: "Trebuchet MS", verdana, arial, sans-serif;		       
}

#holder {
     margin: 0 auto 0 auto; 
     text-align: left;
     width: 760px;
		 padding: 0;
}

#header {
		 display: inline;
     margin: 0;
		 padding: 0; 
		 width: 760px;
		 height: 103px;
}

#nav {
	float: left;
	margin: 0;
	width: 615px;
	padding: 5px 0 0 145px;
	list-style: none;
	background: #B84900 url(../pics/nav_bg.jpg);
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

#nav a {
	float: left;
	display: block;
	padding: 3px 8px;
	margin: 0 1px 0 0;
	color: #333;
	text-decoration: none;
	border: 1px solid #000;
	border-bottom: none;
	background: #FF8C40 url(../pics/off_bg.gif) repeat-x top left;
}

#nav a:hover, #nav a:focus {
	color: #000;
	padding-bottom 5px;
	border-color: #000;
	background: #F7E1A7 url(../pics/on_bg.gif) repeat-x top left;	
}	

#content {
		 width: 760px; 
}

#content_full {
    margin: 0;
    width: 760px;
    height: 249px;
    background: url(../pics/main_content_bg.jpg);    
}	

#content_long {
    margin: 0;
    width: 760px;
    height: 554px;
    background: url(../pics/bg_long.jpg);    
}	

#content_main {
    padding: 10px;
		margin-left: 50px;
    margin-right: 50px;
}

h1 {
	font-size: 15px; color: #B84900; 
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
}

#content_main a:link, #content a:active, #content a:visited {
	text-decoration: none; color: #B84900;
	border-bottom: 1px dotted #B84900;
}

#content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #B84900; 
}

#footer {
	background: transparent;
	margin-right: 25px;
	width: 735px;
	font-size: 10px; color: #666; 
	font-family: verdana, arial, sans-serif;
	text-align: right;  
}

#footer a:link {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #666; 
	TEXT-DECORATION: none;
	border-bottom: 1px dotted #666;
}

#footer a:visited {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #666; 
	TEXT-DECORATION: none;
}

#footer a:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #999; 
	TEXT-DECORATION: none;
	border-bottom: 1px solid #999;
}
