
/* --------------- Gray Space Design --------------- */

/* CONTAINERS */

.main {
	clear: both;
	width: 900px;
	padding-bottom: 30px;
	background: transparent url(../grafx/main/bg_main_no_nav.jpg) repeat-y;
}

.main-content {
	display: inline;
	;float: left; /*Fix IE floating margin bug*/
	width: 800px;
	margin: 0 20px 0 50px;
	overflow: visible !important; /*Firefox*/
	overflow: hidden; /*IE6*/
}

/* MAIN CONTENT */

.column1-unit {
	width: 800px;
	margin-bottom: 10px !important; /*Non-IE6*/
	margin-bottom: 5px; /*IE6*/
}

.column2-unit-left {
	float: left;
	width: 400px;
	margin-bottom: 10px !important; /*Non-IE6*/
	margin-bottom: 5px; /*IE6*/
}

.column2-unit-right {
	float: right;
	width: 400px;
	margin-bottom: 10px !important; /*Non-IE6*/
	margin-bottom: 5px; /*IE6*/
}

.column3-unit-left {
	float: left;
	width: 253px;
	margin-bottom: 10px !important; /*Non-IE6*/
	margin-bottom: 5px; /*IE6*/
}

.column3-unit-middle {
	float: left;
	width: 253px;
	margin-bottom: 10px !important; /*Non-IE6*/
	margin-bottom: 5px; /*IE6*/
	margin-left: 40px;
}

.column3-unit-right {
	float: right;
	width: 253px;
	margin-bottom: 10px !important; /*Non-IE6*/
	margin-bottom: 5px; /*IE6*/
}

/* CLEAR FLOATS */

.clear-contentunit {
	clear: both;
	width: 800px;
	height: 0.1em;
	border: none;
	background: #D2D2D2;
	color: #D2D2D2;
}