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