/***********************************************/

/* divs.css                                    */

/*                                             */

/* These layout divs define the page layout.   */

/*                                             */

/***********************************************/





/***********************************************/

/* Layout Divs                                 */



/************************************/

#row1{
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	background-color: #FDFFD7;

}



/************************************/





/************************************/

#col1{
	float: left;
	width: 143px;
	padding: 0;
	background-color: #FDFFD7;
	text-decoration: none;
	display: inline;
	padding-left: 0%;
	margin-bottom: 3%;
}

/************************************/



/************************************/

#col2{
	float: right;
	width: 600px;
	background-color: #FFFFB7;
	color: #62140A;

}

/************************************/


/************************************/

#col3{
	float: left;
	width: 180px;
	padding: 0;
	background-color: #336666;
	text-decoration: none;
	display: inline;
	margin-top: 0%;
	right: auto;
	bottom: auto;
}

/************************************/






/*End Layout Divs                              */

/***********************************************/
#CCB {
	float: left;
}
#CCC {
	float: left;
}
