/* CSS Document */

* { padding: 0; margin: 0; }

body {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	background: url(../images/greengradBG.png) repeat-x;
}
#wrapper {
	
	margin: 25px auto;
	width: 900px;
	border-style:double;
	border-color: #666666;
	
}

#title {
width: 900px;
 float: left;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 height: 161px;
 background: #E6FFE2 url(../images/logo.png) no-repeat;
 border-top-color: #999999;
border-bottom-style: groove;
border-bottom-width: thin;
 
}


#header_home {
 width: 900px;
 float: left;
 height: 300px;
 background: url(../images/lakeheader.jpg) no-repeat
}


#header_camping {
 width: 900px;
 float: left;
 height: 300px;
 background: url(../images/river.jpg) no-repeat
}


#header_fishing {
 width: 900px;
 float: left;
 height: 300px;
 background: url(../images/lakefishing.jpg) no-repeat
}

#header_contact {
 width: 900px;
 float: left;
 height: 300px;
 background: url(../images/church.jpg) no-repeat
}

#header_event {
 width: 900px;
 float: left;
 height: 300px;
 background: url(../images/marquee.jpg) no-repeat
}

#header_apartment {
 width: 900px;
 float: left;
 height: 300px;
 background: url(../images/lakeview.jpg) no-repeat
}

#nav {
	margin: 0;
	padding: 0;
	width: 900px;
	list-style-type: none;
	
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	background-color: #A9C58C;
	}

#nav a:focus {
	background-color:#6D7F5C;
}

#nav a:active {
color:#6D7F5C;
}

#nav a {
  float: left;
  width: 150px;
  color: #666666;
  text-decoration: none;
  line-height: 2.5;
  text-align: center;

}


#nav a:hover {
  
  color:#FFFFFF;
  background-color:#6D7F5C
  
}



#content {
	float:left;
	width: 900px;
	 clear:both;
}

#content p{
	color: #3a3a3a;
	margin: 5px;
	text-align:justify
	
	
}

#figure {
  float: right;
  margin: 0.1em;
  padding: 0.5em;
  
  
}

#frames{
text-align: center;
clear:both;
width: 900px;
margin: 0px;

}


#footer {
	clear: both;
	width: 900px;
	margin: 0px;
	font-size: 12pt;
	border-top-color: #999999;
	border-top-style: groove;
	border-top-width: thin;
	text-align: right;
}

#footer p{ 
margin: 5px;
color: #666666;
}


