﻿/* CSS Document */
@import url("/Files/System/styles.css");
#ContentContainer {
	position:absolute;
	top:296px;
	width:824px;
	background-color:#FFFFFF;
	overflow:auto;
	background-image: url(/Files/System/bg_part.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#ContentHolder {
	position:relative;
	width:824px;
}
#ContentInner {
	margin:0;
}
#FrontLeftHolder {
	width:372px;
	height:269px;
	display:inline;
	float:left;
	background-color:#dde0e8;
	overflow:hidden;
}
#FrontRightHolder {
	width:450px;
	height:269px;
	margin-left:2px;
	display:inline;
	float:left;
	background-color:#c6c9d1;
	overflow:hidden;
}
#FrontHolderInner {
	margin:20px;
}

