#header{
	background-color : #220077;
	color : #ffffff;
	position : absolute;
	left : 2%;
	top : 2%;
	height : 75px;
	width : 96%;
}

#leftnav{
	background-color : #220077;
	color : #ffffff;
	position : absolute;
	left : 2%;
	top : 75px;
	width : 15%;
	height : 100%;
}
#leftnav a:link{
	color : #ffffff;
}
#leftnav a:visited{
	color : #ffffff;
}
#leftnav  a:active{
	color : #ff0000;
}

#content{
	position : absolute;
	top : 100px;
	left : 20%;
	width : 76%;
}

#content table{
	margin-left  : auto;
	margin-right : auto;
}

#about{
	text-align: center;
}

#footer{
	text-align : center;
}

#footer img{
	border : 0;
}
	
