body {
	margin: 0;
	padding: 0;
	background-color: #d3ac69;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p.small {
	font-size: 10px;
}
.clear {
	clear: both;
}
a {
	color:#996633;
}
h2 {
	text-indent: -999em;
	margin: 0 0 20px;
	background-repeat: no-repeat;
}
h2#welcome {
	background-image: url(images/h2welcome.gif);
	width: 160px;
	height: 61px;
}
h2#history {
	background-image: url(images/h2history.gif);
	width: 147px;
	height: 86px;
}
h2#facilities {
	background-image: url(images/h2facilities.gif);
	width: 152px;
	height: 85px;
}
h2#services {
	background-image: url(images/h2services.gif);
	width: 129px;
	height: 43px
}
h2#menus {
	background-image: url(images/h2menus.gif);
	width: 127px;
	height: 49px
}
h2#contactus {
	background-image: url(images/h2contactus.gif);
	width: 215px;
	height: 70px
}
h2#downloads {
	background-image: url(images/h2downloads.gif);
	width: 216px;
	height: 71px
}

#pageWrapper {
	text-align: left;
	margin: 0 auto;
	width: 963px;
}
#headerWrapper {
	background-image: url(images/headerbg.jpg);
	width: 963px;
	height: 282px;
	background-repeat: no-repeat;
}
#headerWrapper h1 {
	background-image: url(images/title.jpg);
	width: 295px;
	height: 91px;
	margin: 71px 92px 0 0;
	padding: 0;
	float: right;
	background-repeat: no-repeat;
	text-indent: -999em;
}
#headerWrapper p {
	clear: right;
	background-image: url(images/strapline.gif);
	width: 287px;
	height: 34px;
	float: right;
	text-indent: -999em;
	margin: 27px 117px 0 0;
}
#navigationWrapper {
	background-image: url(images/navigationbg.jpg);
	width: 963px;
	height: 25px;
	background-repeat: no-repeat;
}
ul#navigation {
	list-style-type: none;
	padding: 2px 0 0 161px;
	margin: 0;
}
ul#navigation li {
	float: left;
}
ul#navigation li a {
	display: block;
	float: left;
	height: 0;
	background-repeat: no-repeat;
	padding: 21px 0 0 0;
	overflow: hidden;
	background-position: 0px 0px;
}
ul#navigation li a#home			{ width: 58px; background-image: url(images/navhome.gif); }
ul#navigation li a#history		{ width: 87px; background-image: url(images/navhistory.gif); }
ul#navigation li a#facilities	{ width: 105px; background-image: url(images/navfacilities.gif); }
ul#navigation li a#services		{ width: 90px; background-image: url(images/navservices.gif); }
ul#navigation li a#menus		{ width: 76px; background-image: url(images/navmenus.gif); }
ul#navigation li a#contactus	{ width: 120px; background-image: url(images/navcontactus.gif); }
ul#navigation li a#downloads	{ width: 111px; background-image: url(images/navdownloads.gif); }

ul#navigation li a:hover, ul#navigation li a.selected {
	background-position: 0px -21px;
}


#contentWrapper {
	background-image: url(images/contentwrapperbg.jpg);
	width: 719px;
	background-repeat: no-repeat;
	padding: 42px 122px 0;
}
#contentWrapper #content {
	background-image: url(images/contentbg.gif);
	padding: 25px;
}
#footerWrapper {
	background-image: url(images/contentfooterbg.jpg);
	background-repeat: no-repeat;
	width: 755px;
	height: 18px;
	margin: 0 0 0 103px;
	padding: 30px 0 20px;
	text-align: center;
}

#textLeft {
	float: left;
	width: 355px;
	background-color: #ece4d3;
	padding: 20px;
}
#textRight {
	float: right;
	width: 355px;
	background-color: #ece4d3;
	padding: 20px;
}

#photosLeft {
	float: left;
	width: 200px;
	background-color: #ece4d3;
	padding: 20px 20px 0;
}
#photosRight {
	float: right;
	width: 200px;
	background-color: #ece4d3;
	padding: 20px 20px 0;
}
#photosLeft img, #photosRight img {
	display: block;
	padding-bottom: 20px;
}