body {
  color: #222;
}
.picture {
  border: 0px solid red;
  width: 252px;
  height: 230px;
  float: left;
  padding: 0 0 21px 0px;
  margin-right: 7px;
  background: url(../images/shadow2.jpg);
}
.listing-image {
  border: 0px 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: 2px;
}
.info_right {
  border: 0px solid blue;
  width: 150px;
  float: left;
}
.image_container {
  border: 0px solid blue;
  width: 250px;
  height: 180px;
}


