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

/* divs.css                                    */

/*                                             */

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

/*                                             */

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





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

/* Layout Divs                                 */



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

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

}



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





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

#col1{
	float: right;
	width: auto;
	margin-center: 15%;
	padding: 8%;
	background-color: #5D4247;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #66ABD5;
}

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







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

#col2{
	float: left;
	width: 70%;
	color: #690000;


}

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



/*End Layout Divs                              */

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