body{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Navy;
	}
h1 {
	font-size: 30px;
   }	
h2 {
	font-size: 20px;
   }	
h3 {
	font-size: 16px;
   }
h4 {
	font-size: 14px;
   }		
h5 {
	font-size: 11px;
   }	
h6 {
	font-size: 10px;
   }	
	


#top {
	position: absolute;
	top: 0px;
	left: 0px;
	right: auto;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	width: 100%;
	height: 250px;
	background-color: Green;
	text-align: center;
}
#navigation {
	position: absolute;
	top: 250px;
	left: 0px;
	width: 160px;
	height: 2600px;
	background-color: Green;
	padding-left: 2%;
	padding-top: 2%;
}
#content{
	position: absolute;
	top: 250px;
	left: 160px;
	width: 88%;
	height: 2600px;
	background-color: #ffffff;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
	z-index: auto;
}

#footer
{
	position: absolute;
	width: 102.3%;
	left: 0px;
	height: 150px;
	background-color: Green;
	text-align: center;
	top: 2760px;
	padding-left: 2%;
}


			
		 
