#listing_container{
  width:700px;
  margin-left:auto;
  margin-right:auto;
}

.rental_picture{
  width:200px;
  height:200px;
  float:left;
  text-align:center;
}

.rental_writeup{
  width:470px;
  height:200px;
  float:left;
  padding:10px;
}

.hr_line{
  width:700px;
  height:2px;
  margin-top:2px;
  margin-bottom:2px;
  background:#000000;
  float:left;
}

.rental_writeup a{
  width:300px;
  height:22px;
  display:block;
  margin-left:100px;
  background:#C0C0C0;
  color:#FFFFFF;
  font-size:18px;
  font-weight:bold;
  border: 1px solid #000000;
  text-align:center;
  text-decoration:none;
}

.rental_writeup a:hover{
  background: #DC143C;
  color:#000000;
}