@charset "utf-8";
.main_container {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-color: #C00;
	float: none;
	height: 200px;
	width: 975px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	background-color: #C00;
	float: none;
	height: 200px;
	width: 975px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.middle_vertical_container {
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 975px;
}
.divider {
	background-color: #FF0;
	float: none;
	height: 100px;
	width: 975px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.middle_horizontal_container {
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #633;
}

.leftcol {
	float: left;
	height: 600px;
	width: 175px;
	background-color: #099;
	clear: both;
}
.centercol {
	background-color: #39C;
	float: left;
	height: 600px;
	width: 600px;
}
.rightcol {
	float: right;
	height: 600px;
	width: 200px;
	background-color: #30F;
}
