/* @override http://www.castlehillvillage.co.nz/css/template.css */

body {
	padding: 0px;
	margin: 0px;
	background-color: #333;
	line-height: 1.5em;
	color: #8b8379;
	font-size: 0.9em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.bodygold {
	line-height: 1.0em;
	color: #db9d31;
	font-size: 1.0em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a {
	color: #db9d31;
	font-weight: bold;
	text-decoration: none;
}
.weblink {
	font-style: italic;
	text-decoration: underline;
}
#wrapper {
	margin-top: 15px;
	background-color: #000;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	
}

.title {
	margin-top: -15px;
	margin-bottom: -5px;
}
.menu {
	text-align: right;
	background-color: #191919;
	margin-bottom: 0;
	height: 25px;
}
.photo {
	text-align: center;
	padding-top: 20px;
}
h1, h2, h3 {
	color: #db9d31;
	text-transform: none;
	font-weight: bold 
}

h1   		{ 
	font-size: 1.5em; 
	font-weight: bold 
}

h2   		{  
	font-size: 1.2em;
	font-weight: bold 
}

H3   		{  
	font-size: 1em;
	font-weight: normal
}
#content {
	clear: both;
}

#footer {
	text-align: right;
	background-color: #191919;
}


.inside {
	padding: 20px 50px;
}
.float-right {
	float: right;
}
.cnz-logo{
	float: right;
}
.form-input{
	padding-left: 70px;
	margin-top: -20px;
}

.footerinside {
	padding: 10px;
}
.left {
	float: left;
	background-image: url(../images/torlesse-range.jpg);
	width: 500px;
	height: 200px;
}
.lefttext {
	float: left;
	width: 280px;
	background-color: #black;
	height: 200px;
}