/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
body {
	font: 16px Arial, Helvetica, sans-serif;
	margin:20px;
}
#banner {
  display: none;
}
h2, #left_collum, #footer, #main_menu, #bottom_menu, #towns, #property_details ul, span.exclusive, span.rental, #thumbnails, br {
  display: none;
}
#header .address {
  text-align: center;
  margin-bottom: 50px;
}
#header .address dd {
  font-size: 14px;
}
#header .address dt {
  font-size: 18px;
}
#header .address dt.phone {
  display: none;
}
h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#preview1 {
  border-color: #000;
  margin-bottom: 20px;
}
dt {
  float: left;
  clear: left;
  font-weight: bold ;
  font-size: 18px;
  line-height: 18px;
}
dd {
  text-indent: 5px;
  line-height: 18px;
  margin-bottom: 5px;
}
dt.price, dd.price {
  line-height: 54px;
  font-size: 24px;
}
#print_address {
	list-style: none !important;
	margin-top: 80px;
}
#print_address li {
	display: block;
	text-align: center;
	font-size: 16px;
}
	

