/***********************************************/

/* divs.css                                    */

/*                                             */

/* These layout divs define the page layout.   */

/*                                             */

/***********************************************/





/***********************************************/

/* Layout Divs                                 */



/************************************/

#row1{
	width: auto;
	border: none;

}



/************************************/





/************************************/

#col1{
	float: left;
	width: 165px;
	margin-left: 1%;
	padding: 1%;
	background-color: #EEE7D7;
	color: #003300;
	font-family: Eurostile;
	border: 2px solid #1B3550;
	clear: right;
	vertical-align: text-top;

}

/************************************/







/************************************/

#col2{
	float: right;
	width: 80%;
	background-position: 160px;
	white-space: nowrap;

}

/************************************/



/*End Layout Divs                              */

/***********************************************/
