body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	background-attachment: fixed;
	background-color: #003D7E;
	background-image: url('/images/b.gif');
	background-repeat: repeat-x;
	margin: 0;
}

select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#left {
	background-image: url('/images/menu.png');
	background-repeat: no-repeat;
	top: 20px;
	left: 20px;
	margin-left: 50px;
	margin-top: 37px;
	padding-top: 170px;
	width: 220px;
	float: left;
	position: fixed;
}

div#centre {
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	min-height: 200px;
	position: absolute;
	left: 280px;
}

div#centre #h1 {
	color: #FFF;
	text-align: center;
	width: 582px;
	margin-top: 16px;
	margin-bottom: 1px;
}

div#centre #headerimage {
	width: 582px;
	height: 281px;

	background-image: url('/images/main-image-area.png');
}

div#centre #titlebar {
	background-image: url('/images/title-bar.gif');
	height: 33px;
	width: 557px;
	padding-left: 25px;
	padding-top: 15px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

div#centre #content {
	min-height: 200px;
	overflow: visible;
	padding: 25px;
	vertical-align: top;
	width: 532px;
	background-color: #FFF;
}

div#centre #footer {
	text-align: center;
	color: #A1D0EA;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content #images {
	float: left;
	width: 160px;
	padding: 0;
}

#content #images img {
	padding-bottom: 25px;
	border: 0;
}

#content #text {
	float: right;
	width: 350px;
	vertical-align: top;
}

#content #text p {
	font-size: 11px;
	text-align: justify;
	color: #333;
}

ul#menu, ul#menu a {
	color: #FFF;
	list-style: none;
	text-decoration: none;
	font-size: 12px;
}

ul#menu li {
	padding: 1px;
}

h1 {
	margin: 0;
}

h2 {
	color: #B6203D;
	font-size: 16px;
	font-weight: bold;
}

.button {
	padding: 3px 6px;
	background-color: #6967FF;
	border: 1px solid #423487;
	color: #FFF;
	text-decoration: none;
}

.property_listing {
	width: 510px;
	margin-bottom: 15px;
	padding: 2px 14px 10px 14px;
	background-color: #E4EFF6;
}

.property_listing .image{
	float: left;
	width: 120px;
}

.property_listing .description {
	float: left;
	width: 380px;
	margin-top: 10px;
}

a img {
	border: 0;
}

.morelink, .morelink a {
	text-decoration: none;
	font-weight: bold;
}

.neatform label{
	float: left;
	width: 140px;
}

.neatform ul {
	list-style: none;
	padding: 0px;
}

.neatform ul li {
	margin: 3px 0 3px 0;
}

.neatform ul li input, .neatform ul li textarea, .neatform ul li select{
	width: 180px;
}