/* Daubeney Hall Farm Stylesheet */ 

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 101%;
	text-align: center;
	color: #ccc;
	background: #6d7042 url(../images/bg.gif) repeat-x fixed;
	margin-bottom: 36px;
	}

#outer {
	width: 766px;
	margin: auto;
	background: #fff;
	border: 1px solid #000;
	font-size: 80%;
	}

#hdr {
	height: 307px;
	background: #475533;
	color: #333;
	}

#content {
	text-align: left;
	background: #fff url(../images/content_bg.gif) repeat-y;
	color: #333333;
	padding: 30px 20px 20px 30px;
	position: relative;
	}

#content h1 {
	margin: 10px 0 10px 0;
	font-weight: normal;
	font-size: 150%;
	color: #65673d;
	background-color: transparent;
	}

#content h2 {
	margin: 10px 0 20px 0;
	font-weight: normal;
	font-size: 150%;
	color: #fff;
	background-color: #8c8f54;
	padding: 8px 10px;
	}

#content h3 {
	margin: 0 -10px 30px -10px;
	font-weight: normal;
	font-size: 150%;
	color: #fff;
	background: #999999;
	padding: 10px;
	}

#content p {
	padding: 0 5px 20px 0;
	line-height: 1.6em;
	color: #333;
	}

#content a:link, #content a:visited {
	text-decoration: underline;
	color: #333;
	}
	
#content a:hover, #content a:active {
	text-decoration: underline;
	color: #333;
	}

#content .property {
	background: #e8e9dd;
	margin: 10px 0 30px 0;
	padding: 30px 10px 10px 10px;
	position: relative;
	}

#content #property p {
	line-height: 125%;
	}

.gallery {
	position: relative;
	float: left;
	border: 1px solid #000;
	margin: 0 15px 15px 0;
	background: #666;
	padding: 1px;
	line-height: 200%;
	}

#content #local {
	background: #E0E0E0;
	padding: 20px 30px;
	margin-top: 40px;
	position: relative;
	border: 1px solid #000;
	}
	
#content img.main {
	margin: 0px 20px 40px 0px;
	float: left;
	border: 1px solid #000;
	position: relative;
	}
	
#content img.right {
	margin: 0px 0 15px 15px;
	float: right;
	border: 1px solid #000;
	position: relative;
	}

#content img.gal {
	margin: 0px 20px 40px 0px;
	float: left;
	border: 1px solid #000;
	background: #666;
	padding: 1px;
	position: relative;
	}

#footer {
	background: #6c6f41;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 15px 10px 25px 10px;	
	border-top: 1px solid #000;
	}

#footer h1 {
	color: #C8CA9B;
	margin: 0 0 10px 0;
	font-size: 150%;
	font-weight: normal;
	}

#footer p {
	font-size: 110%;
	line-height: 200%;
	}

#footer a:link, #footer a:visited {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	text-decoration: underline;
	}

.clearboth {
	clear: both;
	}

#outer #content #property .prices {
	text-align: right;
	font-size: 100%;
	font-weight: bold;
	}

#content .pdfinfo {
	font-size: 90%;
	text-align: center;
	margin: 0px 50px;
	padding: 20px 0;
	}
	
#content .pdfinfo p {
	padding: 2px 0px 0 0;
	margin: 0;
	}	

#josh {
	width: 768px;
	margin: -1px auto 10px auto;
	text-align: right;
	padding: 0;
	}

#josh img {
	border-style: none;
	}

.fltleft {
	float: left;
	margin: 0 10px 0 0;
	border: none;
	}
