#container{
	width:650px;
	background:#eee;
	margin:0 auto;
}
.property_item{
	width:550px;
	margin:5px auto;
	border-bottom:1px solid #4F340F;
	/*background:#D9CCB7;*/
	clear:both;
}
.property_photo{
	margin:0;
	margin-top:15px;
	float:left;
	width:150px;
	text-align: center;
}
.property_photo img{
	border:0;
	padding: 3px;
	border:2px solid gray;
	margin: 0 0 10px 0;
}
.property_photo img:hover{
	border:2px solid #2F200C;
}
.property_information{
	margin-left:150px;
	padding:3px;
}
h2{
	text-align:center;
}
p.property_adress{
	text-align:center;
	margin-top:0;
}
p.property_cost{
	text-align:center;
	font-weight:normal;
}
table.property_details{
	width:99%;
	margin:0 auto;
	margin-top:5px;
}
table.property_details td{
	/*background:#9D865D;*/
	text-align:center;
	/*color:#F2E6D8;*/
}
tr.property_details_values td{
	color:#9C5203;
	font-weight:600;
}
p.property_description{
	margin:5px 2px 5px 3px;
	padding:3px;
	text-align:justify;
	color:#917A58;
	/*background:#AF9E7D;*/
	min-height:30px;
}
*html p.property_description{
	height:20px;
}
input{
	float:left;
	margin:35px 5px;
	padding:0;
}

