@charset "utf-8";
#three_column {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#three_column_clear {
	clear: both;
}
#three_column_right_clear {
	clear: both;
}
#three_column_lefts_clear {
	clear: both;
}
#three_column_lefts_middle_clear {
	clear: both;
}
#three_column_lefts_side_clear {
	clear: both;
}
#three_column_lefts {
	clear: both;
	float: left;
	width: 575px;
}
#three_column_lefts_side {
	clear: both;
	float: left;
	width: 165px;
	background-color: #ecf2d8;
	padding: 20px;
}
#three_column_lefts_middle {
	float: right;
	width: 350px;
}
#three_column_right {
	float: right;
	width: 165px;
	background-color: #ecf2d8;
	padding: 20px;
}
