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