/* Drovers Cottage Stylesheet */ 

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	text-align: center;
	color: #ccc;
	background: #999966;
	margin-bottom: 36px;
	margin-top: 20px;
	font: 101% Verdana, Arial, Helvetica, sans-serif;
	}

#outer {
	width: 766px;
	margin: auto;
	background: #fff;
	border: 1px solid #000;
	font-size: 80%;
	}

#content {
	text-align: left;
	background: #fff url(../images/bg.jpg) no-repeat left top;
	color: #333333;
	padding: 30px;
	position: relative;
	}

#content h1 {
	margin: 10px 0 25px 0;
	font-weight: normal;
	font-size: 200%;
	color: #336633;
	background-color: transparent;
	}

#content h2 {
	margin: 10px 0 0 0;
	font-weight: normal;
	font-size: 150%;
	color: #fff;
	background-color: #8c8f54;
	padding: 8px 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 img.main {
	margin: 0px 20px 20px 0;
	float: left;
	border: none;
	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 #footer img {
	margin: 10px;
}
