/* Switch all the colours in this stylesheet to the desired 'page theme'.
The background-color in 'body' should ideally be a slightly lighter shade of 
the page theme colour. */

h1, h2, h3, h4 {
	color: #53668E;
}

body {
background-color: #53668E; /* Slightly lighter here. */
}

#breadcrumb {
background-color: #53668E;
}

#content #leftbar #navigation a {
color: #53668E;
}

#content #leftbar #navigation a:hover {
color: #993333;
text-decoration: underline;
}

#header #masthead {
background-image: url(../images/swantop.jpg);
background-position: right;
background-repeat: no-repeat;
}

.staffdivbg {
	background-image: url(../images/staff/staffdiv.gif);
	background-position: left;
	background-repeat: repeat-x;
}