/*#####################################################
This page is for the 2col_setup layout. 

Author: Don Bowers - Holland College
Date Created: May 27, 2008
Date Modified: May 28, 2008
Last Revision: 
########################################################*/
/* 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*/;}
/***************/
/* MAIN CONTENT WIDTH */
#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 {clear:both; width:900px; padding-bottom:30px; background:transparent url(../img/bg_main_withnav.jpg) top left repeat-y;}

/* FOR THE TWO DIV COL USED IN ADMISSIONS MAIN PAGE */
.two_col { 
border: 1px solid #f0f0f0;
width: 295px;
height: 110px;
padding: 5px;
margin: 5px;
display: block;
background: #e5e5e5;
}

.two_col h3 { 
margin-bottom: 2px;
}

/* FOR THE ONE DIV COL USED IN ADMISSIONS MAIN PAGE */
.one_col { 
border: 1px solid #f0f0f0;
width: 618px;
height: 110px;
padding: 5px;
margin: 5px;
display: block;
background: #e5e5e5;
}

.one_col h3 { 
margin-bottom: 2px;
}
