@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
background:url(/site/images/gradient_green_grass_bg.jpg);
background-repeat:repeat-x;
background-color:#f5faf4;
margin:20px 0 0 0;
}

.center {
	text-align:center;
	}
	
	
	#container {
	position: relative;
	width: 900px;
	font-family:Arial, Helvetica, sans-serif;
	color: #00281f;
margin: 0 auto;

	}
	
	#header {
	position:absolute;
	top:0px;
	left:0px;
	
	} 
	
		#event {
	position:absolute;
	top:320px;
	left:62px;
	
	} 
	
			#cabinkit {
	position:absolute;
	top:600px;
	left:424px;
	
	}
	
			#houseboatvacation {
	position:absolute;
	top:890px;
	left:0px;
	
	}
	
	#homecontent {
	
	position:absolute;
	top:600px;
	left:0px;
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#00281f;
	text-align:justify;
	}
	
		#homelowerright {
	
	position:absolute;
	top:890px;
	left:450px;
	width:450px;

	}
	
			#bodytable {
	
	position:absolute;
	top:315px;
	left:0px;
	


	}
	
		p, li {
		font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#00281f;
	text-align:justify;
	}
	
			h1 {
		font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	color:#00281f;
	font-weight:bold;
	}
	
	#menu {
position:absolute;
top:260px;
	width:900px;
	height:27px;
	text-align:center;
	font-size:14px;
	padding-top:0px;
	z-index:100;
	}
	
#menu a {
	display:inline;
	text-decoration:none;
	font-weight:none;
	padding:0px 10px;
	color:#d2e7cc;
	
	}
	
#menu a:hover {
	text-decoration:underline;
	color:#9ab48f;

	}
	
	
	
	a:link { text-decoration:none; color:#003399; font-size:14px; font-weight:normal; padding:0px; }
a:active { text-decoration:none; color:#003399; font-size:14px; font-weight:normal; padding:0px; }
a:visited { text-decoration:none; color:#003399; font-size:14px; font-weight:normal; padding:0px; }
a:hover { text-decoration:underline; color:#0066FF; font-size:14px; font-weight:normal; padding:0px; }




	}