/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 50%;
	margin-right: ;
	background-color: #939494;
	position: relative;
	}
	
#content{
	width: 900px;
	margin-top: 0px;
	margin-left: -450px; 	
	position: relative;
	}
	
#top{
	width: 900px;
	height: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/bluebg.png);
	background-position: center;
	background-repeat: repeat;
	z-index: 1;

		}

#nav{
	width: 372px;
	height: 227px;
	position: absolute;
	top: 140px;
	left: 0px;
	background-image:  url(images/nav.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 3;
	visibility: visible;


	}
	
#mid{
	width: 528px;
	height: 227px;
	position: absolute;
	top: 140px;
	right: 0px;
	background-image: url(images/lake_mid.jpg);
	background-position: center;
	background-repeat: no-repeat;
	visibility: visible;
	z-index: 4;
	border: ;


	}	

#bottom{
	width: 900px;
	height: 230px;
	position: absolute;
	top: 367px;
	left: 0px;
	background-image: url(images/bluebg.png);
	background-position: center;
	background-repeat: repeat;
	z-index: 10;

	}
	
#nav1{
	width: 350px;
	height: 20px;
	position: absolute;
	top: 149px;
	left: 5px;
	background-color:;
	background-repeat: repeat;
	z-index: 5;

	}
	
#nav2{
	width: 350px;
	height: 20px;
	position: absolute;
	top: 181px;
	left: 5px;
	background-color:;
	background-repeat: repeat;
	z-index: 5;

	}	
	
#nav3{
	width: 350px;
	height: 20px;
	position: absolute;
	top: 212px;
	left: 5px;
	background-color:;
	background-repeat: repeat;
	z-index: 5;

	}	
	
#nav4{
	width: 350px;
	height: 20px;
	position: absolute;
	top: 241px;
	left: 5px;
	background-color:;
	background-repeat: repeat;
	z-index: 5;

	}	
	
#nav5{
	width: 350px;
	height: 20px;
	position: absolute;
	top: 271px;
	left: 5px;
	background-color:;
	background-repeat: repeat;
	z-index: 5;

	}	
	
#nav6{
	width: 350px;
	height: 20px;
	position: absolute;
	top: 304px;
	left: 5px;
	background-color:;
	background-repeat: repeat;
	z-index: 5;

	}							
	
#nav7{
	width: 350px;
	height: 20px;
	position: absolute;
	top: 335px;
	left: 5px;
	background-color:;
	background-repeat: repeat;
	z-index: 5;

	}	
	
p, li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
a{
	color: #F8EFCD;
	text-decoration: none;
	}
	
a:hover{
	color: #C2D8F6;
	text-decoration: none;
	}

h1{
	font-family: Tahoma;
	font-size: 16px;
	color: #F8EFCD;
	}											
			

