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