@IMPORT url("default.css");
#area_body .box_inner {
	background				: url(../images/column_spacer.gif);
	background-repeat		: repeat-y;
	background-position		: 549px 0px;
}
.column_left {
	float					: left;
	width					: 524px;
	padding-right			: 25px;
	display					: inline;
}
.column_left .left {
	width					: 200px;
	float					: left;
}
.column_left .right {
	float					: right;
	width					: 324px;
}
.column_right {
	padding-left			: 25px;
	float					: right;
	width					: 264px;
	display					: inline;
}
.column_right .inner, .column_left .inner {
	margin					: 0px;
	clear					: both;
}