/* CSS Document */

/* magenta colour scheme #a28 */

#content h1, #content h2, #content h3, #content a  {
	color:#a28;
}

#content div.inner {
	background:#fff url(middle.gif) repeat-y top left;
}

#content div#top {
	height:10px;
	width:448px;
	background:#fff url(top.gif) no-repeat left top;
}

div#bottom {
	height:10px;
	width:448px;
	background:#fff url(bottom.gif) no-repeat left top;
}

#sidebar li.active_parent>a {
	background-color:#aa2288;
	color:#FFFFFF !important;
}

#sidebar li.active_child>a {
	background-color:#ebd;
}

