﻿#wrapper{ 
	font-family:Arial, Helvetica, sans-serif;
	background-color: Blue;
	width: 1000px;
	height:auto;
	margin-right:auto;
	margin-left:auto;    
	} 

#top {
	background-color: #C0C0C0;
	width: 100%;
	padding: 20px 0px;
	overflow: hidden;
	border-bottom: 2px blue solid;
	color: Blue;
	text-align: center;
}
#topnav {
	margin:0px;
	background-color: #C0C0C0;
	clear:both;
	border-bottom:43px  #C0C0C0 solid;
	font-size: small;
	}
	
#topnav ul{
	width:100%;
	float:left;
	margin:0px;
	color:blue;
	border-bottom: 0px Blue solid
	}
	
#topnav ul li {
	display:inline;
	}

#topnav ul li a{
	float: left;
	padding:10px 20px;
	}

#topnav a:link {color:blue; text-decoration:none;} 
#topnav a:visted {color:white;}
#topnav a:active { color: white;}
#topnav a:hover {color: white; background-color:blue;}
#topnav a:focus {color:blue;}

#left-side{
	float: left;
	width: 800px;
	padding: 20px;
	color: white; 
	}
#middle{
	padding-right:15px;
	margin-bottom:auto;
	color: white;
}
#middle-2{
	padding-right:15px;
	margin-bottom:auto;
	color:white;
}

#footer{
	clear: both;
	background-color:  #C0C0C0;
	text-align:center;
	padding: 10px 0 5px 0;
	color: blue;
	}
	

	
