/* CSS for landing page */

#pageWrapper {
	margin: 0 auto;
	width: 768px;
	background: #f0e9fb;
	text-align: left;
}


/*--------------------------------------------*/
/*------------- SHADED CONTENT ---------------*/
/*--------------------------------------------*/
#shadedContent {
	clear: both;
	width: 512px !important; /*FOR STANDARDS COMPLIANT BROWSERS */
	w\idth/**/:/**/ 512px; /*FOR IE6/WIN BROWSERS */
	margin: 0px;
	padding: 0px;
	color: #383639;
	text-align: left;
}
#shadedContent p a:link,
	#shadedContent p a:active,
	#shadedContent p a:visited {
	color: #663398;
	text-decoration: underline;
}

