@import url('reset.css');

body, html {
  background: #fff;
  color: #000 !important;
  font-family: arial;
  font-size: 11pt;
  line-height: 15pt;
}

#header, #footer, #aside, .pagination, #search-subnav {
  display: none;
}

.icon-list {
  display: none;
}

#property-slideshow div, #media {
  display: none;
}

#container {
  width: auto;
  padding-top: 30px;
  margin: 0 5%; 
}

img {
  display: none;
}

a:link {
  color: #000;
}

.content-wrap {
  clear: left;
  width: auto;
}

.column-left, .column-right {
  float: left;
  padding: 20px 0;
  width: 45%;
}

dt, dd {
  float: left;
}
dt {
  clear: left;
  width: 120px;
}