@charset "utf-8";
/* Color Specific Styles, see screen.css for general styles */
body
{
	background:#fff url(../images/colors/purple/background_body_purple.gif) repeat-x top left;
}
#main
{
	background:url(../images/colors/purple/background_heading_purple.jpg) no-repeat top center;
}
#menu a:hover,
#main h2,
#main h4,
a
{
	color:#5e3081;
}
#footer-top
{
	background-color:#5e3081;
}
#footer-bottom
{
	background:#7a52a8;
}
