/* CSS Document */

body { font-family:Verdana, Arial, Helvetica, sans-serif; }
hr { width:300px; color: #363; float:right; }

h2 { color:#363; font-style:italic; }

a:link { color: #363; text-decoration:none; }
a:visited { color:#363; text-decoration:none; }
a:hover { color:#EFAF68; text-decoration:underline; }

#topbanner {
	position:absolute;
	top:0;
	left:0;
	background-image:url(../images/sunsetbanner.jpg);
	background-repeat:no-repeat;
	width:668px;
	height:188px;
}

#topnav {
	font-size:12px;
	position:absolute;
	top:188px;
	left:2px;
	width:662px;
	height:20px;
	text-align:center;
	vertical-align:bottom;
	background-color:#EFAF68;
	padding-top:3px;
}
#topnav a:link, #bottombanner a:link { color: #363; text-decoration:none; }
#topnav a:visited, #bottombanner a:visited { color:#363; text-decoration:none; }
#topnav a:hover, #bottombanner a:hover { color:#FFF; text-decoration:underline; }

#maincontent {
	position:absolute;
	top:215px;
	left:233px;
	width:431px;
	font-size:14px;
	height: 463px;
}

#leftbanner {
	position:absolute;
	top:214px;
	left:2px;
	width:220px;
	height:461px;
	text-align:center;
/*	background-color:#EFAF68;*/
	padding-top:5px;
}

#bottombanner {
	font-size:10px;
	position:absolute;
	top:680px;
	left:3px;
	width:662px;
	height:55px;
	text-align:center;
	background-color:#EFAF68;
	color:#336633;
	padding-top:5px;
}

#tourphotos {
	position:absolute;
	left:517px;
	top:318px;
	width:150px;
	height:336px;
	z-index:1;
}
#tourtext {
	position:absolute;
	left:235px;
	top:318px;
	width:263px;
	height:214px;
	z-index:2;
	font-size:14px;
}
#tourphotosbtm {
	position:absolute;
	left:217px;
	top:544px;
	width:300px;
	height:113px;
	z-index:3;
}
#navtour {
	position:absolute;
	left:515px;
	top:240px;
	width:151px;
	height:56px;
	z-index:4;
	font-size:12px;
	font-style:italic;
	text-align:right;
}
