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

/* divs.css                                    */

/*                                             */

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

/*                                             */

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





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

/* Layout Divs                                 */



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

#row1{

	border-bottom: 1px solid #CCCCCC;

	width: 100%;

}



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





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

#col1{

	float: right;

	width: 22%;

	margin-left: 0%;

	padding: 0;

	background-color: #808080;

	border-left: 0px solid #CCCCCC;

	border-bottom: 0px solid #CCCCCC;

}

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







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

#col2{

	float: left;

	width: 70%;

}

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



/*End Layout Divs                              */

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