/*Give more centre space to view a villa in*/
#main{
width:976px;
}

#centre {
width:542px;
padding-top: 3px;

}

#centre img{
	margin: 10px;
	width: 277px;
	float: left;
}

div.nopics{
	float:left;
	border:double 1px black;
	padding:1px;
	margin-right:1em;
	margin-bottom:0.3em;
	width: 5em;
	height: 5em;
	text-align: justify;
	font-family: Arial,sans serif;
	font-size: 14pt; 
	display: table;
}
div.nopics div{
	display: table-cell;
	border:solid 2px #333333;
	padding:0.5em;
	text-align: justify;
}

div.lowerhouse{
	display:table;
	border:solid 1px #333333;
 	width: 100%;
 	
}

div.housedetails{
	display:table-cell;
	width:33%;
	border:solid 1px #333333;
	padding: 10px;
	padding-top: 1px;
		vertical-align: top;
	
 	
}

table.housedetails{
	border:solid 1px #333333;
 	width: 100%;
 	
}

/*Right column boxes*/

div#distances{
	background-color: #dedcbd;
	margin: 0 12px 0 3px;
	width:94px;
	font-size: 11px;
	text-indent: -1em;
	padding-left: 1em;
	text-align:right;
	
}
div#distances h4{
text-align:center;
}
div#details{
		background:#ffdd99;
}
div#prices{
		background:#f3d8c6;
}
div#prices ul{
	font-size: 11px;
}
div.house div#details{
float:right;
margin-right:10px;
width:122px;
font-family: "Lucida Grande",Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
}

span.map{
	float: right;
}

span.map a{
	margin-right: 10px;
	color:#555555;
	float: right;
}

