body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #4F3C2E;
	background-image: url(page-furniture/body-back1.jpg);
}
#outer {
	width: 996px;
	margin:auto;
	background-image: url(page-furniture/wrapper-back.png);
	background-repeat: repeat-y;
	position: relative; /*needs to be realtive so that the footer inside can be absolute*/
}
#header {
	background-image: url(page-furniture/header-back.jpg);
	background-repeat: no-repeat;
	height: 100px;
	font-size: 22px;
	color: #FFFFFF;
	width: 960px;
	margin-top: 8px;
	margin-bottom: 1px;
	margin-left: 17px;
}
#header-image {
	background-repeat: no-repeat;
	height: 275px;
	font-size: 22px;
	color: #FFFFFF;
	width: 960px;
	margin-bottom: 5px;
	margin-left: 17px;
}
#content-left {
	margin-left: 17px;
	width: 600px;
	float: left;
	margin-right: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}
#copy {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	height: auto;
}

#nav {
	margin-left: 17px;
	background-image: url(page-furniture/nav-back.jpg);
	background-repeat: repeat-x;
	border: 1px solid #EEE3C8;
	font-size: 15px;
	padding-left: 15px;
	width: 949px;
	margin-bottom: 5px;
	margin-top: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#nav span {
	padding-right: 8px;
	padding-left: 8px;
	color: #5A7528;
}

#content-right {
	width: 321px;
	float: right;
	margin-right: 2px;
	margin-bottom: 10px;
}
#property {
	height: 211px;
	width: 320px;
}

#content {
	width: 980px;
	font-size: 1.2em;
	line-height: 18px;
	background-image: url(page-furniture/content-back.jpg);
	background-repeat: repeat-y;
	background-position: 16px;
	min-height: 600px; /*content cannot be fixed height as it needs to vary with the content*/
	padding-bottom: 20px; /*added to ensure gap at bottom of content*/
}
#content-gallery {
	width: 840px;
	font-size: 1.2em;
	line-height: 18px;
	background-image: url(page-furniture/content-back.jpg);
	background-repeat: repeat-y;
	background-position: 16px;
	height: 1250px;
}
#content-accommodation {
	width: 840px;
	font-size: 1.2em;
	line-height: 18px;
	background-image: url(page-furniture/content-back.jpg);
	background-repeat: repeat-y;
	background-position: 16px;
	height: 700px;
}
#content-findus {
	width: 840px;
	font-size: 1.2em;
	line-height: 18px;
	background-image: url(page-furniture/content-back.jpg);
	background-repeat: repeat-y;
	background-position: 16px;
	height: 1000px;
}
#footer {
	width: 970px;
	margin: 0 15px;
	text-align: center;
	padding-top: 10px;
	background: #FFF no-repeat;
	font-size: 1.2em;
	padding-bottom: 10px;
	position:absolute; /*make footer display at bottom of outer element*/
   	bottom:0; /*make footer display at bottom of outer element*/

}
h1 {
	font-size: 1.6em;
	color: #3E501C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 15px;
}
h2 {
	font-size: 1.2em;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#nav a:link {
	color: #333333;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #3E501C;
}
#nav a:hover {
	color: #5A7528;
	text-decoration: none;
}
#nav a:active {
	text-decoration: none;
}
#header .location {
	color: #FFFFFF;
	float: right;
	width: 350px;
	text-align: right;
	margin-top: 40px;
	margin-right: 30px;
	line-height: 24px;
	font-size: .7em;
}
#header .title {
	float: left;
	margin-top: 60px;
	margin-left: 170px;
}
#address {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
#address a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#address a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#address a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#address a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer a {
	text-decoration: none;
	color: #666666;
}
#content-left a:link {
	color: #333333;
	text-decoration: underline;
}
#content-left a:hover {
	text-decoration: none;
}
#content-left a:visited {
	color: #333333;
	text-decoration: underline;
}
* html #footer {
		height:1px;
}

/*added to clear outer element so that it will always surround content*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#highlight {
	background-color: #FFFFCC;
	border: 1px solid #999999;
	padding-right: 15px;
	padding-left: 15px;
}

