@import url("../../main.css");

#content {
  margin-top: 20px;
  padding: 0 10px 10px;
}

#vehicles {
  position: relative;
  width: 270px;
  float: left;
  margin-right: 5px;
  background: #cccccc;
  border: thin solid #999999;
  z-index: 50;
}

#vehicles p {
  color: white;
  font-weight: bold;
  background: transparent url('../../images/home/vehiclesHdrBkg.jpg')
repeat-x 0 0;
  height: 28px;
  margin: 0px;
}

#vehicles div {
  margin: 5px;
  padding: 10px 2px 2px;
  background: #eeeeee;
}

#vehicles a {
 
  height:98px;
  margin:5px;
  width:118px;
  color:white;
}
#vehicles a img {
  border: 0;
}

#News {
margin-top:25px;  
height: 250px;
  position: relative;
}


