/***********************************************/
/* divs.css                                    */
/*                                             */
/* These layout divs define the page layout.   */
/*                                             */
/***********************************************/


/***********************************************/
/* Layout Divs                                 */

/************************************/
#row1{
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}

/************************************/


/************************************/
#col1{
	float: right;
	margin-left: 1%;
	padding: 1%;
	background-color: #FFFFFF;
	width: 48%;
}
/************************************/



/************************************/
#col2{
	float:left;
	width: 45%;
}

#col3{
	float:left;
	width: 80%;
}
/************************************/

/*End Layout Divs                              */
/***********************************************/

