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

/* divs.css                                    */

/*                                             */

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

/*                                             */

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





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

/* Layout Divs                                 */



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

#row1{

	border-bottom: 2px solid #CCCCCC;

	width: 100%;

}

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



/*End Layout Divs                              */

/***********************************************/
#footer {
	border-bottom-color: #CCCCCC;
}
#main {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

