/* CSS Document */

body {
	margin: 0px;
	padding: 15px;
	background-image: url(art/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #e0e0e0;
}

#top-right {
	background-image: url(art/top-right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#main-left {
	padding: 10px;
	margin: 0px;
}

#main-left a, #main-left a:visited {
	display: block;
	padding: 0px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EF8B27;
	text-decoration: none;
}

.white-link {
	font-size: 11px;
	font-weight: normal;
	font-weight: normal;
	color: white;
}

#main-left a:hover {
	color: white;
}

#main-left a:hover .white-link {
	color: #EF8B27;
}

#main-center {
	background-image: url(art/main-center-bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	height: 448px;
}

#bottom-center {
	background-image: url(art/bottom-center-bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#bottom-left {
	padding-left: 5px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#main-area {
	background-color: white;
	padding-top: 15px;
	padding-bottom: 15px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height: 1.7em;
}

#main-area a {
	color: #EF8B27;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

#footer {
	background-image: url(art/footer-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e0e0e0;
	padding-right: 15px;
	padding-bottom: 10px;
}

#footer, #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

div.property {
	display: block;
	width: 50%;
	float: left;
}

.reference {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p.reference {
	width: 100%;
	text-align: center;
}

.propimage {
	float: left;
	border: 1px solid #6A6967;
	width: 129px;
	height: 113px;
	margin-right: 5px;
}

.propimagelrg {
	border: 1px solid #6A6967;
	width: 500px;
	height: 230px;

}

.cost {
	font-weight: bold;
}

p.cost {
	padding: 0px 24px 0px 24px;
}

.address {
	padding: 0px 24px 0px 24px;
}

.bedrooms {
	padding: 0px 24px 0px 24px;
}

.details {
	padding: 0px 24px 0px 24px;
}