/* Dains Print CSS Document */

body {
	color:#000;
	font: 80% Verdana, Arial, sans-serif;
	line-height: 1.8em;
	text-align:left;
}

body * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	list-style-type: none;
}

/* get rid of all floating */

#wrap {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;	
}

h1, h2, h3, h4 {
	font-family: "Helvetica Light", "Univers 45 Light", Helvetica, Arial, sans-serif;
}

#extended, #navigation, #sub-navigation, .properties-pages {
	display:none;
}

#properties-grid {
	width:100%;
}

.property-thumb {
	float:left;
	padding:5px;
}

#footer {
	clear:both;
}