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

/* 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: 1%;

	padding: 1%;

	background-color: #EEEEEE;

	border-left: 1px solid #CCCCCC;

	border-bottom: 1px solid #CCCCCC;

}

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







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

#col2{

	float: left;

	width: 70%;

}

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



/*End Layout Divs                              */

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

#main #col2 #feature p {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
#row1 h1 {
	font-family: Georgia, Times New Roman, Times, serif;
}
#main #col1 p {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
#main #col1 h2 {
	font-family: Georgia, Times New Roman, Times, serif;
}
#main #col2 {
	color: #32D85B;
}
#main #col2 {
	color: #FF8000;
}
#main #col2 #feature p {
	color: #FF8000;
}
