body {
	background-image: url(body-bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
#header {
	background-image: url(header-bg.jpg);
	background-repeat: no-repeat;
}
#header a {
	height: 131px;
	margin-top: 12px;
}
#navigation {
	background-image: url(left-col-bg.jpg);
	background-repeat: repeat-x;
}
#navigation ul {
	padding: 0px;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#navigation a {
	display: block;
	margin-left: 1em;
	margin-right: 1em;
	color: #000000;
	text-decoration: none;
	padding-left: 0.5em;
}
#navigation a:hover {
	text-decoration: underline;
}
#navigation .selected {
	background-image: url(nav-btn-on-bg.jpg);
	background-repeat: repeat-y;
	background-position: 1em;
}
#leftpanel {
	background-color: #8C2A27;
	color: #FCEBA3;
	font-size: 1.2em;
	line-height: normal;
	margin-right: 2em;
	margin-left: 2em;
	padding: 1em;
	font-weight: bold;
}
#footer {
	background-image: url(footer-bg.jpg);
	background-repeat: repeat-x;
	color: #FEECAA;
	line-height: normal;
	padding-top: 1em;
	font-size: 1em;
	font-weight: bold;
}
#footer p {
	display: block;
}
#enquiryform label {
	margin-top: 1em;
	font-size: 1.2em;
	display: block;
}
#enquiryform ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#enquiryform li {
}
#gallerythumbs {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#gallerythumbs li {
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	padding: 6px;
	background-color: #8C2A27;
	margin-bottom: 1em;
}
#gallerythumbs a {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 97px;
	overflow: hidden;
	width: 129px;
}
