@import url(cbrd.css);

/* Insert header image */

#header div.header {
		height: 44px;
		width: 191px;
		margin: 0 0 0.3em 0;
		background-image: url(../img/logo/home.gif);
		}

/* Background graphic */

div#page {
		background: #FFF url(../img/bg/main.gif) no-repeat top right;
		}

/* Colour for sidebar in this section */

#sidebar div.rightbox, #content div.boxoutright, #content div.boxout, a.button, .pagenav a {
		background: #6CC;
		}

#content div.quote {
		border-color: #6CC;
		}

#sidebar h4, #content div.boxoutright h4, #content div.boxout h4 {
		color: #366;
		}

a.button:hover, .pagenav a:hover {
		background: #366;
		}


/* Links in this section */

a:link { text-decoration: none; color: #399; }
a:active { text-decoration: none; color: #399; }
a:visited { text-decoration: none; color: #366; }
a:hover { text-decoration: underline; color: #366; }
