div#header {
	background-color:#000099;
	height:172px;
	width:100%;
        overflow:hidden;
        }


div#header h1{
	text-align: center;
	color:white;margin:-40px;}

        
div#header h2{
	text-align: center;
	color:white;padding-top:40px;}
	

div.sidebar{
	background-color:#A0A0A0;
        width:162px;
	height:100%
	float:left;}

div.sidebar h2{ 
	padding-top:1px;
	text-align:center;}

div.content{
	margin-top:-1300px;
	margin-left:168px;}

div.stats h3{
	text-align:justify;
	color:red;}
