/****************************************************************/
/*   Design:   Multiflex-3.12 / Layout-4                        */
/*   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: 440px;
	margin: 0 0 0 30px;
    overflow: visible !important /*Firefox*/;
    overflow: hidden /*IE6*/;
}

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

/* MAIN CONTENT */
.column1-unit {
	width: 440px;
    margin-bottom: 10px !important /*Non-IE6*/;
    margin-bottom: 5px /*IE6*/;
}
.column1-unit-scroll {
	width: 440px;
    margin-bottom: 10px !important /*Non-IE6*/;
    margin-bottom: 5px /*IE6*/;
	height: 400px;
	overflow: auto;    
}
.column2-unit-left {
	float: left;
	width: 200px;
    margin-bottom: 10px !important /*Non-IE6*/;
    margin-bottom: 5px /*IE6*/;
}
.column2-unit-right {
	float: right;
	width: 200px;
    margin-bottom: 10px !important /*Non-IE6*/;
    margin-bottom: 5px /*IE6*/;
}
.column3-unit-left {
	float: left;
	width: 120px;
    margin-bottom: 10px !important /*Non-IE6*/;
    margin-bottom: 5px /*IE6*/;
}
.column3-unit-middle {
	float: left;
	width: 120px;
    margin-bottom: 10px !important /*Non-IE6*/;
    margin-bottom: 5px /*IE6*/;
	margin-left: 40px;
}
.column3-unit-right {
	float: right;
	width: 120px;
    margin-bottom: 10px !important /*Non-IE6*/;
    margin-bottom: 5px /*IE6*/;
}

/*  For the Newsletter Page */
.column4-unit-1 {
	float: left;
	width: 90px;
    margin-bottom: 10px !important /*Non-IE6*/;
    margin-bottom: 5px /*IE6*/;
	margin-left: 28px;
}
.column4-unit-2 {
	float: left;
	width: 90px;
    margin-bottom: 10px !important /*Non-IE6*/;
    margin-bottom: 5px /*IE6*/;
	margin-left: 20px;
}
.column4-unit-3 {
	float: left;
	width: 90px;
    margin-bottom: 10px !important /*Non-IE6*/;
    margin-bottom: 5px /*IE6*/;
	margin-left: 20px;
}
.column4-unit-4 {
	float: right;
	width: 82px;
    margin-bottom: 10px !important /*Non-IE6*/;
    margin-bottom: 5px /*IE6*/;
}

/******************/
/*  CLEAR FLOATS  */
/******************/
.clear-contentunit {
	clear: both;
	width: 440px;
	height: 0.1em;
	border: none;
	background: rgb(210,210,210);
	color: rgb(210,210,210);
}
