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