/****************************************************************/
/*   Design:   Multiflex-3.12 / Layout-2                        */
/*   File:     Global layout structure                          */
/*--------------------------------------------------------------*/
/*   Design:   www.1234.info                                    */
/*   Date:     January 20, 2008                                 */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Please keep footer credits with the words        */
/*             "Design by 1234.info". Thank you!                */
/****************************************************************/

/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
.main-content {
	display: inline; /*Fix IE floating margin bug*/;
	float: left;
	width: 640px;
	margin: 0 0 0 30px;
    overflow: visible !important /*Firefox*/;
    overflow: hidden /*IE6*/;
}

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN CONTENT */
.column1-unit {
	width: 640px;
    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: 640px;
	height: 0.1em;
	border: none;
	background: rgb(210,210,210);
	color: rgb(210,210,210);
}