/* Wright Place Country House CSS
Created by M9Media - www.m9media.com.au
[Copyright - M9Media 2009]*/

* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #efefef;
	background: #140d0a url(main_bg.jpg) repeat-x;
	text-align: left;
}
p {
	padding-bottom: 15px;
}
a:link, a:active, a:visited {
	color: #e29248;
	text-decoration: none;
}
a:hover {
	color: #cb4210;
	text-decoration: none;
}
h1 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}
h2 {
	width: 100%;
	font-size: 13px;
	padding-bottom: 4px;
	margin-bottom: 15px;
	color: #e29248;
	border-bottom: #e29248 1px solid;
}
li {
	padding-bottom: 8px;
	list-style: none;
}
/*==========Template Divs===========*/

#container {
	margin: 0 auto;
	width: 915px;
}
#masthead {
	margin: 0px;
	padding: 0px;
	width: 915px;
	height: 160px;
	background: url(masthead.jpg) no-repeat;
}
#nav {
	padding: 122px 0px 0px 140px;
	margin: 0px;
}
#nav a {
	float: left;
	width: auto;
	padding: 0px 15px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	color: #140d0b;
}
#nav a:hover {
	float: left;
	width: auto;
	padding: 0px 15px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #666666;
}
#content {
	clear: both;
	float: left;
	margin: 0px;
	padding: 20px 20px 15px 15px;
	width: 400px;
	display: inline;
	text-align: justify;
}
#rightcolumn {
	display: inline;
	margin: 0px;
	padding: 20px 0px 15px 30px;
	width: 400px;
	float: left;
	text-align: justify;
}
#ftcon {
	margin: 2px 35px 0px 0px;
	height: 150px;
}
#footer {
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	width: 850px;
	color: #ccc;
	border-top: 1px #e29248 solid;
}
#footerLeft {
	width: 400px;
	margin: 0px;
	float: left;
}
#footerRight {
	width: 400px;
	float: right;
	margin: 0px;
	text-align: right;
	color: #666;
	font-size: 9px;
}

/*=========Other Classes===========*/

.m9media {
	font-size: 9px;
	color: #666;
}
.clear {
	clear: both;
}
.right {
	float: right;
	width: auto;
	padding: 2px 0px 8px 15px;
}
.left {
	float: left;
	width: auto;
	padding: 2px 15px 8px 0px;
}
.note {
	font-size: 8px;
	color: #555;
}
.error {
	font-size: 9px;
	color: #FF0000;
}
.pre {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
