body {
	margin: 0em;
	background-color: #FFFF33;
	background-image: url(background.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

img {
	border: none;
}

#header {
	position: fixed;
	top: 0em;
	left: 0em;
	width: 100%;
	padding-bottom: 2em;
	background-color: #FFFF33;
}

#content {
	margin: 0em 2em 2em 2em;
}

#spacer {
	/* Bit messy but works well enough... */
	height: 8em;
	min-height: 160px;
}

#banner {
	position: relative;
	margin-top: 57px;
	margin-bottom: 4px;
}

#banner img {
	position: absolute;
	top: 2px;
	left: 2px;
}

#banner div {
	background-color: #D86B0A;
	height: 56px;
}

#menu {
	margin: 0em;
	padding: 0em 0.8em;
	background-color: #E6A62D;
	overflow: hidden;
}

#menu a {
	text-decoration: none;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li {
	font-family: "Times New Roman", serif;
	list-style-type: none;
}

#menu li.menu {
	float: left;
	margin: 0em;
	padding: 0em 0.8em 0em 0em;
	line-height: 1.8em;
}

#menu li ul {
	display: none;
	position: absolute;
	margin: -0.2em 0em 0em 0em;
	padding: 0.4em 0.8em;
	line-height: 1.2em;
	border: 1px solid #000000;
	background-color: #FF7700;
}

#menu li:hover ul {
	display: block;
}

#photos {
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 0em;
}

#photos img {
	margin: 4px 4px 0px 0px;
	border: 3px solid #000000;
}
