@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/info.gif);
		}

/* Background graphic */

div#page {
		background: #FFF url(../img/bg/info.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: #C66;
		}

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

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

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


/* Links in this section */

a:link { text-decoration: none; color: #C66; }
a:active { text-decoration: none; color: #C66; }
a:visited { text-decoration: none; color: #C33; }
a:hover { text-decoration: underline; color: #633; }
