/* STRUCTURE OF PAGES */
#container {
	width: 936px;
	margin-left: auto;
	margin-right: auto;
}
#main_cell {
	float: right;
	width: 700px;
}
#main_cell_wide {
	float: right;
	width: 930px;
}
#left_bar {
	float: left;
	width: 230px;
}
#header, #header2 {
	float: none;
	clear: both;
}
#footer {
	float: none;
	clear: both;
}