/* this has all the css required to layout the page properly, it should not have anything
concerning fonts or other content elements*/
#SuperContent {
	margin-left: auto;
	margin-right: auto;
	width: 1130px;
	margin-top: 5px;
}
#Content {
	margin-left:210px;
	width: 190px;
}
#Sidebar {
	float: left;
	width:200px;
}
#Footer {
	clear: both;
}
