html,body {height:100%;
			margin:0; 
			background-color:#356901; 
			background-image:url(images/bg.gif); 
			background-position:center; 
			background-repeat:repeat-y;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:.85em;}
#main {
margin:auto;
width:800px; 
background-image:url(images/background_main.jpg);
height:100%;
background-repeat:no-repeat;
background-color:#356901;
}
#footer {
margin:auto;
padding-bottom:10px;
width:800px; 
height:auto;
background-repeat:no-repeat;
background-color:#356901;
text-align:center;
}
#footer a { color:#FF9900; font-weight:bold; text-decoration:none;}
#what_header {	width:551px; height:75px;
				margin:114px 0px 0px 228px;
				z-index:2;
				position:absolute;
				background-image:url(images/what_to_expect.jpg);
				background-repeat:no-repeat;
				background-position:center;
				background-position:top;}
#bio_header {	width:551px; height:75px;
				margin:114px 0px 0px 228px;
				z-index:2;
				position:absolute;
				background-image:url(images/bio.jpg);
				background-repeat:no-repeat;
				background-position:center;
				background-position:top;}				
#weekend_header {	width:551px; height:75px;
				margin:114px 0px 0px 228px;
				z-index:2;
				position:absolute;
				background-image:url(images/weekend.jpg);
				background-repeat:no-repeat;
				background-position:center;
				background-position:top;}				
#home_header {	width:551px; height:150px;
				margin:114px 0px 0px 228px;
				z-index:2;
				position:absolute;
				background-image:url(images/front_image.jpg);
				background-repeat:no-repeat;
				background-position:center;
				background-position:top;}
#testimonials_header {	width:551px; height:75px;
				margin:114px 0px 0px 228px;
				z-index:2;
				position:absolute;
				background-image:url(images/testimonials.jpg);
				background-repeat:no-repeat;
				background-position:center;
				background-position:top;}
#photos_header {	width:551px; height:75px;
				margin:114px 0px 0px 228px;
				z-index:2;
				position:absolute;
				background-image:url(images/photos.jpg);
				background-repeat:no-repeat;
				background-position:center;
				background-position:top;}
#contact_header {	width:551px; height:75px;
				margin:114px 0px 0px 228px;
				z-index:2;
				position:absolute;
				background-image:url(images/contact.jpg);
				background-repeat:no-repeat;
				background-position:center;
				background-position:top;}
#about_header {	width:551px; height:75px;
				margin:114px 0px 0px 228px;
				z-index:2;
				position:absolute;
				background-image:url(images/about.jpg);
				background-repeat:no-repeat;
				background-position:center;
				background-position:top;}						
#content {  width:535px; height:400px;
			margin:185px 0px 0px 235px;
			z-index:2;
			position:absolute;
			overflow:auto;scrollbar-base-color:#FF9900;}
#home_content {  width:535px; height:320px;
			margin:275px 0px 0px 235px;
			z-index:2;
			position:absolute;
			overflow:auto;}				
#nav { width:180px; height:400px;
			margin:220px 0px 0px 25px;
			z-index:2;
			position:absolute;}
#nav ul {width:175px; margin:0px; padding:0px;}
#nav ul li { list-style:none;}
#nav ul li :hover {color:#ffffff; background-color:#FF9900;}
#nav ul li a {color:#FFFF99; 
				background-color:#009900; 
				margin:4px; 
				padding:4px;
				border:1px solid #FFFF99; 
				width:175px;
				display:block;
				text-decoration:none;
				font-weight:bold;}