/* These colours are just for Hopeman House */
body {
	background: #E2F5F5;
}

/* Drop shadow */
p#logo {
	background: url(/img/bg-logo-hopeman.gif) no-repeat;
}
form, div#formcontainer {
	background: url(/img/bg-form-hopeman.gif);
}
p#realise {
	background: url(/img/bg-realise-hopeman.gif) no-repeat bottom;
}

/* Darkest tint */
#nav a, #nav em {
	background: #3BBCBC;
}
#nav a:hover {
	background: #22B5B5;
}
#maincontent h1, #maincontent h2, #maincontent h3 {
	color: #3BBCBC;
}
#maincontent a, #houseinfo blockquote {
	color: #22B5B5;
}

#maincontent h1 { 
	background: url(/img/bg-h1-hopeman.gif) no-repeat bottom left;
}

/* Mid tint on nav */
	#nav ul ul a, #nav ul ul em {
		background: #89D7D7;
		color: black;
	}
	#nav ul ul {
		border-top: solid 0.5em #89D7D7;
		border-bottom: solid 0.5em #89D7D7;
	}
		/* 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: #E2F5F5;
		}
		#nav ul ul ul a, #nav ul ul ul em {
			color: black;
		}

/* Side nav bg */
div#wrap {
	background: url(/img/bg-wrap-hopeman.gif) repeat-y left;
}

#houseintro, #houseinfo, #houseinfo img, div#gallery {
	border: solid 1px #BBE8E8
}

p#galthumb {
	border-color: #BBE8E8
}