body{
	background:#FFF;
	font-family: Arial, Helvetica;
    background: #eee url(images/background.jpg) top left repeat-x;
	padding:0;
	margin:0;
}

#header {
	width:100%;
	padding:0;
	text-align:center;
}
#footer {
	background:#217435;
	color:#fff;
	clear:both;
	width:100%;
	padding:10px 0 15px;
	text-align:center;
	font-size:10pt;
	line-height:16pt;
	overflow:auto;
	margin-top:40px !important;
}

.main { 
width:1000px;
margin:auto;
overflow:hidden;
background:#FFF;
padding:10px 20px;
text-align:left;
color:#000;
font-size:12pt;
}

h2 {color:#000; text-shadow:none; border-bottom: 1px solid #ddd;}

h3 { border-bottom:none;}

.property { width:100%;clear:both; border-bottom: 1px solid #ddd; padding-bottom:10px; margin-bottom:10px;overflow:hidden; line-height:1.3em;} 

.prop-title {font-weight:bold;margin:10px 0 0 0;} 

img.propertypho {
	float:left;
	margin:0 20px 15px 0;
	width:230px;
	border-radius: 5px;
}

p {margin:0 0 18px 0;}

.property p {margin-bottom:30px;}

.items {margin:5px 0; color:green;}

a.button {
width:150px;
text-decoration:none;
background:green;
color:#FFF;
border-radius: 9px;
padding: 12px;
}

a.button:hover {
background:#555;
color:#FFF;
}

@media screen and (max-width:1000px) {
	.main {width:95%;}
	img {max-width:100%;}
}

@media screen and (max-width:420px) {
img.propertypho { float:none; display:block; margin:auto; }
}
