body {
	margin: 0;
	padding: 0;
	background-color: #808d9f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8a5f1a;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	margin-top: 25px;
	width: 760px;
	/* Fix IE5 */
	text-align: left;
	background: #fff url(images/crn1.gif) top left no-repeat;
}
#banner {
	position: relative;
	width: 100%;
	height: 111px;
	background: url(images/flowers.gif) top center no-repeat;
	/* these 2 lines put in to see if fix ie 5.5 bug - hasnt fixed */
	margin: 0;
	padding: 0;
}
#banner img.logo {
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}
/* Fix IE5 double margin bug*/
* html #banner img.logo {
	display: inline;
}
#banner img.house {
	position: absolute;
	right: -5px;
	top: -20px;
}
#banner p {
	color: #8a382b;
	font-size: 12px;
	text-align: right;
	margin-right: 210px;
	padding-top: 30px;
}
#nav ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/nav.jpg) top left repeat-x;
	font-size: 0.9em;
}
#nav li {
	float: left;
	width: 126px;
	background: url(images/nav.jpg) top left repeat-x;
	height: 57px;
}
#nav li.last {
	width: 130px;
}
#nav li a {
	display: block;
	border: 0;
	border-right: 1px solid #cea35e;
	border-bottom: 1px solid #cea35e;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
	height: 33px;
}
#nav li a.none {
	border-right: 0;
}
#nav li a:link, #nav li a:visited {
	color: #895e19;
	text-decoration: none;
}
#nav li a:hover {
	background-color: #CDE2A7;
/*	color: #74AE0B; */
}
#nav li a.selected {
	font-weight:bold;
}
#content {
	clear: both;
	width: 100%;
}
#main {
	font-size: 0.90em;
	margin-bottom: 20px;
}
#main a {
	color: #8a5f1a;
	text-decoration: underline;
}
#main a:hover {
	color: #e1e1af;
	color: #fff;
	background-color: #8a5f1a;
}
h1, h2 {
	font-size: 1.0em;
	padding-top: 10px;
	border-bottom: 1px solid #8a5f1a;
}
h3 {
	font-size: 1.0em;
}
#footer {
	clear: both;
	width: 760px;
	background: #808d9f url(images/footer_corner.gif) top left no-repeat;
	padding-top: 12px;
	position: relative;
}
#footer p{
	text-align:center;
	margin-top: 1px;
	font-size:0.7em;
	color: #fff;
}
#footer p.create {
	position: absolute;
	left: 5px;
	top: 12px;
	color: #ccc;
	text-align: left;
	font-size:0.65em;
}
#footer p.create a {
	color: #ccc;
	text-decoration: underline;
}
#footer p.create a:hover {
	color: #fff;
	text-decoration: none;
}
br.clear {
	clear: both;
}
.it {
	font-style:italic;
}
.bld {
	font-weight: bold;
}
.house, .enquire { behavior: url("iepngfix.php") }