/* theme_2/theme.css v1.1 04/03/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:#fff url(banner.gif) top left no-repeat;
}

#banner a {
	color:#fff;
}

#header {
	background:#fff;
}

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

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

.selected a, .thistab a {
	color:#000;
}

a:hover {
	color:#047;
}

a:visited {
	color:#08d;
}

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

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