/* These colours are just for Bruce House */
body {
	background: #ECE2ED;
}

/* Drop shadow */
p#logo {
	background: url(/img/bg-logo-bruce.gif) no-repeat;
}
form, div#formcontainer {
	background: url(/img/bg-form-bruce.gif);
}
p#realise {
	background: url(/img/bg-realise-bruce.gif) no-repeat bottom;
}

/* Darkest tint */
#nav a, #nav em {
	background: #006233;
}
#nav a:hover {
	background: #030;
}
#maincontent h1, #maincontent h2, #maincontent h3 {
	color: #006233;
}
#maincontent a, #houseinfo blockquote {
	color: #030;
}

#maincontent h1 { 
	background: url(/img/bg-h1-bruce.gif) no-repeat bottom left;
}

/* Mid tint on nav */
	#nav ul ul a, #nav ul ul em {
		background: #66A185;
	}
	#nav ul ul {
		border-top: solid 0.5em #66A185;
		border-bottom: solid 0.5em #66A185;
	}
		/* Light tint on nav, etc */
		body, #nav ul ul ul, #nav ul ul ul a, #nav ul ul ul em, #houseintro, #houseinfo, div#gallery {
			background: #DEEBE5;
		}
		#nav ul ul ul a, #nav ul ul ul em {
			color: #003300;
		}

/* Side nav bg */
div#wrap {
	background: url(/img/bg-wrap-bruce.gif) repeat-y left;
}

#houseintro, #houseinfo, #houseinfo img, div#gallery {
	border: solid 1px #83B59D;
}

p#galthumb {
	border-color: #83B59D;
}