* {
	margin: 0px;
	padding: 0px;
}
/*set height to show browser scrollbar*/
html  { height: 101%; 
}
body {
	background-color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	background-image: url(../images/layout/body_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
a img {
	border-style: none;
}

h1 {
	color: #590000;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 16px;
}
a:link, a:visited {
	text-decoration: none;
	color: #B30000;
}
a:hover, a:active {
	text-decoration: underline;
	color: #910000;
}
.align_centre {
	text-align: center;
}
.align_right {
	text-align: right;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/layout/body_bg.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 50px;
}
#topbar {
	height: 15px;
	border-bottom: 1px solid #300;
}
#header {
	background-image: url(../images/layout/manor_house_logo.png);
	height: 250px;
	background-repeat: no-repeat;
	background-color: #330000;
	background-position: 0px 75px;
	position: relative;
}
#header  a {
	height: 250px;
	display: block;
	width: 360px;
	position: absolute;
}
#fadeshow1 {
	width: 600px;
	margin-left: 360px;
	background-image: url(../images/slideshow/manor_house_01.jpg);
	background-repeat: no-repeat;
}
#navigation {
	font-size: 15px;
	color: #630517;
	font-weight: bold;
	border-top: 1px solid #300;
	padding-top: 10px;
}
#content {
	overflow: auto;
	color: #300;
}
#main_col {
	padding: 25px;
	min-height: 450px;
}
#main_col p {
	font-size: 1.4em;
	margin-bottom: 15px;
	line-height: 1.6em;
}
#main_col ul {
	font-size: 1.4em;
	margin-bottom: 15px;
	margin-left: 40px;
	list-style-type: disc;
	margin-top: -10px;
}
#main_col ul li { line-height: 1.6em; }
#right_panel {
	float: right;
	width: 344px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #E8DDDD;
	padding-top: 25px;
}
#right_panel p {
	font-size: 1.3em;
	margin: 5px 20px;
}


#gallery {
	text-align: center;
	margin-top: 25px;
}
#gallery img {
	padding: 5px;
	border: 1px solid #300;
	margin: 5px;
}
#one_col_wrapper {
	padding: 25px;
	border: 1px solid #300;
	width: 600px;
	margin: 25px auto 15px;
	min-height: 350px;
}
#one_col_wrapper p {
	margin-bottom: 15px;
	line-height: 1.6em;
	font-size: 1.4em;
}
#one_col_wrapper ul {
	font-size: 1.4em;
	margin-bottom: 15px;
	margin-left: 40px;
	list-style-type: disc;
	margin-top: -10px;
}

#one_col_wrapper ul li {
	line-height: 1.6em;
}
#footer {
	text-align: center;
	padding: 5px;
	font-size: 1.1em;
	line-height: 1.6em;
	background-color: #E8DDDD;
	margin: 5px 50px 25px;
	border: 1px solid #300;
}
/*Contact Form Code here*/
#contactForm {
	margin-top: 10px;
	margin-bottom: 0;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#contactForm p { margin-bottom: 0px; }
#name, #telephone, #email {
	width: 200px;
	margin-bottom: 5px;
	height: 17px;
	background-color: #E6E6E6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Courier New", Courier, monospace;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 12px;
}
#address { display:none; }
#message {
	width: 450px;
	height: 150px;
	margin-bottom: 10px;
	background-color: #E6E6E6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.warning {
	color: #CC0000;
	font-weight: bold;
}
#map {
	width: 425px;
	margin-right: auto;
	margin-left: auto;
}
#boxout {
	width: 200px;
	float: right;
	margin-right: 25px;
	padding: 7px;
	background-color: #CFC0BA;
	font-size: 0.9em;
	line-height: 15px;
	margin-left: 25px;
	color: #9E3C2E;
	border: 1px dashed #300;
}
#boxout h2 {
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}
.emenet {
	font-size: 10px;
	margin-right: 50px;
	margin-bottom: 50px;
	text-align: right;
}
.emenet a:link , .emenet a:visited{
	color: #9D6A6A;
	text-decoration: none;
}
.emenet a:hover, .emenet a:active {
	color: #7A5050;
	text-decoration: underline;
}

