#header {
	height: 85px; /*Height of top section*/
    	background:white;
}
h1 {
 	margin:0;
}
#nav {
 	height: 30px; 
	background:white;
}
#main {
	float: left;
	margin-left: 2px;
	width:200px;
	background:white;
}
#sidebar {
	margin-left: 210px; 
	padding-left:30px;
	padding-right:200px;
	background:white;
}
#footer {
 	clear:both;
 	height: 19px; 
 	background-color:#f4f4f4;
 	text-align: center;
 	font: strong 10px Verdana; 
}

