<!--
BODY {
	background-color: #EEEEEE;
	font-family: arial;
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
}
#frame {
	margin: 0 auto;
	width: 800px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FFFFFF;
}
#header {
	display: block;
	width: 800px;
	text-align: right;
	background-image: url('../images/top.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 121px;
}
#nav {
	margin:0;
	padding: 0;
	display: table-cell;
	width: 800px;
}
#nav ul {
	color: #FFFFF;	
	width: 800px;
	display: table-cell;	
	border: 0;
	padding: 0;
	margin: 0;
	background-image: url('../images/nav_up.jpg');
	background-repeat: repeat-x;
	height: 30px;
}
#nav li {
	color: #FFFFFF;	
	list-style-type: none;
	margin:0;
	height: 30px;	
	display: block;
	float: left;
}
#nav li a {
	padding-top: 3px;
	display: block;
	width: 100px;
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav li a:hover {
	height: 30px;	
	background-image: url('../images/nav_down.jpg');
	background-repeat: repeat-x;
	color: #FFF;
}
.cost {
	font-weight: bold;
	color: #DE710E;
	font-size: 14pt;
	border-bottom: 1px solid #000;
	padding: 2px;
	margin-bottom: 10px;
}

#content {
	width: 800px;
	text-align: left;
	margin-top: 4px;
	padding-bottom: 4px;
}
#property-let {
	background-image: url('../images/people.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	width: 800px;
	height: 320px;
}
#property-let-left {
	margin-top: 25px;
	float: left;
	width: 330px;
	margin-right: 40px;
}
#property-let-right {
	text-align: justify;
	width: 380px;
	float: left;
	margin-right: 20px;
}

#contact {
	background-image: url('../images/contactbg.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	display: table-cell;
	width: 800px;
}

#contact-left {
	display: table-cell;
	width: 250px;
	float: left;
	margin-left: 4px;
	color: #EEE;
	background-color: #a7000d;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 3px;
}
#contact-right {
	width: 380px;
	float: left;
	padding: 3px;
}

#main-attract {
	margin-bottom: 10px;
	width: 800px;
	height: 142px;
	background-image: url('../images/bottom.jpg');
	background-repeat: no-repeat;
	background-position: top-left;
}
#main-attract p {
	color: #FFF;
	font-weight: bold;
	font-size: 14pt;
	margin: 0;
	padding-left: 15px;
	padding-top: 15px;
}
.urban {
	color: #932420;
}
#menu a {
	background-image: url('../images/nav.jpg');
	background-position: top;
	background-repeat: repeat-x;				
	color: #000;
	text-decoration: none;
	font-weight: bold;
	float: right;
	margin-left: 1px;
	width: 110px;
	height: 59px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;		
	border-bottom: 3px solid #888;
	font-size: 10pt;
}

#menu a:hover {
	background-image: url('../images/nav_up.jpg');
	background-position: top;
	background-repeat: repeat-x;					
	color: #EEE;
	border-bottom: 3px solid #e2c778;
}

.logo {
	float: right;
}

a {
	color: #888;
	font-weight: bold;
}

#telephone a {
	color: #000;
	font-size: 13pt;
	font-weight: bold;
	display: table-cell;
	text-decoration: none;	
	vertical-align: middle;
	margin-top: 0;
}

.enterme {
	display: none;
}

#email a {
	color: #000;
	font-size: 13pt;
	font-weight: bold;
	display: table-cell;
	text-decoration: none;
	vertical-align: middle;
}
h1 {
	font-size: 14pt;
	color: #000;
}
h2 {
	text-decoration: none;
	font-size: 15pt;
	color: #000;
	margin-top: 0px;
}

h3 {
	font-size: 13pt;
	color: #000;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: normal;
}

form {
	border: 0px;
	padding: 3px;
	width: 320px;
}

fieldset {
	border: 0px;
}

label {
	position: relative;
	display: block;
	padding-top: 2px;
	margin-top: 3px;
	font-weight: bold;
}

input {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 200px;
}

textarea {
	width: 200px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

select {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 200px;	
}

#intro {
	border: 1px dashed #000000;
	padding: 4px;
	width: 430px;
	float: left;
}

.catHeader {
	font-weight: bold;
	font-size: 9pt;
	color: #b88700;
}

.quote {
	text-align: center;
	font-size: 10pt;
	padding: 3px;
	color: #888;
	font-weight: bold;
}

#footer {
	padding: 3px;
	width: 900px;
	text-align: center;
	color: #000;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

.validation-error {
	background-color: #ED9E9E;
	padding: 4px;
	border: 1px solid #931C1C;
	font-weight: bold;
}
-->