body{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: White;
	}
h1 {
	font-size: 45px;
   }	
h2 {
	font-size: 30px;
   }	
h3 {
	font-size: 24px;
   }
h4 {
	font-size: 18px;
   }		
h5 {
	font-size: 14px;
   }	
h6 {
	font-size: 10px;
   }	
a:link{
	color: blue;
}
a:visited{
	color: purple;
}
a:hover{
	color: orange;
}
a:active{
	color:navy;	
}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	right: auto;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	width: 100%;
	height: 200px;
	background-color: #3eb677;
	text-align: center;
	
}
#navigation {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 250px;
	height: 1600px;
	background-color: #3eb677;
	padding-left: 2%;
	padding-top: 2%;
	}
#content{
	position: absolute;
	color: #3eb677;
	top: 200px;
	left: 250px;
	width: 88%;
	height: 1600px;
	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: #3eb677;
	text-align: center;
	top: 1750px;
	padding-left: 2%;
}


			
		 