body {
  color: #222;
}
.picture {
  border: 0px solid red;
  width: 253px;
  height: 230px;
  float: left;
  padding: 0 0 20px 0px;
  margin-left: 10px;
  background: url(../images/shadow2.jpg);
}
.listing-image {
  border: 1px solid #ccc;
  width: 250px;
  height: 180px;
}
.main-container {
  border: 0px solid blue;
}
.clear {
  clear: both;
}
.info_left {
  border: 0px solid blue;
  width: 70px;
  float: left;
  padding-left: 10px;
  text-align: left;
}
.info_right {
  text-align: left;
  border: 0px solid blue;
  width: 150px;
  float: left;
}
.image_container {
  border: 0px solid blue;
  width: 250px;
  height: 180px;
}
.current_page {
  color: red;
}

