/* CSS for home page */


#pageWrapper {
	margin: 0 auto;
	width: 768px;
	background: #f4e4d4;
	text-align: left;
}


/*--------------------------------------------*/
/*------------- FEATURE HEADER ---------------*/
/*--------------------------------------------*/
#feature {
	width: 768px;
	background: #333;
	padding: 0;
	margin: 0;
	height: 275px;
	color: #000;
}



/*--------------------------------------------*/
/*------------- CONTENT COLUMN ---------------*/
/*--------------------------------------------*/
#mainContent h4, #mainContent h4 a {
	font: bold 1.0em Arial, Helvetica, sans-serif;
	color: #7c777f;
	text-decoration: none;
	margin-bottom: 0px;
}
#mainContent h4 a:hover {
	text-decoration: underline;
}
#mainContent h2 a {
	color: #7c777f;
	text-decoration: none;
}
#mainContent h2 a:hover {
	text-decoration: underline;
}



/*--------------------------------------------*/
/*------------- SHADED CONTENT ---------------*/
/*--------------------------------------------*/
#shadedContent {
	clear: both;
	width: 482px !important; /*FOR STANDARDS COMPLIANT BROWSERS */
	w\idth/**/:/**/ 482px; /*FOR IE6/WIN BROWSERS */
	background: #f4e4d4;
	margin: 0px;
	padding: 15px;
	color: #383639;
	text-align: left;
}
#shadedContent a:link,
	#shadedContent a:active,
	#shadedContent a:visited {
	color: #b96541;
	text-decoration: underline;
}

