/* theme/treatment.css v1.1 07/08/09
author: david.healy@sac.co.uk */

/*body, wrapper, banner, header styles*/
body {
	color:#000;
	background:#eee url(../images/bg.gif) top center repeat-y;
}

#fluid {
	background:#fff;
}

#wrapper {
	color:#000;
	background:#fff;
	/* left/right borders, matching the body background, are needed to
	prevent rounding errors from occasionally displaying a 1px wide white gap
	between left of #banner and left edge of #wrapper */
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}

#banner {
	background:#043/* url(banner.jpg) top left no-repeat*/;
}

#header a {
	color:#fff;
}

#header {
	background:#9c0;
}

/*headings, legend styles*/
h1, h2, h3, h4, h5, h6, legend {
 	color:#043;
}

h3 {
 	color:#690;
}

/*navigation*/
a {
	color:#690;
	text-decoration:none;
}

a:hover, #nav .selected a, .thistab a {
 	color:#043 !important;
}

a:visited {
	color:#571;
}

/*footer*/
#footer {
	color:#666;
}

/*breadcrumbs*/
.crumbs {
	color:#999;
}