@charset "utf-8";

#sideBar {
	float: right;
	width: 230px;
	padding-top: 5px;
}
#mainContent {
	float: left;
	width: 730px;
}
