h1, h2
  {
  border-bottom: solid 4px #2d8622;
  padding-left: 9px;
  }
  
h1
  {
  background: #000000 url('images/ban_testimonials.jpg') no-repeat bottom right;
  }   

#brands
  {
  list-style: none;
  }
  
#brands a
  {
  float: left;
  display: inline-block;
  width: 25%;
  height: 155px;
  border: solid 1px #CCCCCC;
  padding: 10px;
  margin: 10px;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  }
  
#brands a:hover
  {
  border: solid 1px #DD0000;
  text-decoration: underline;
  }
  
#brands .imgholder
  {
  display: table-cell;
  height: 135px;
  width: 195px;
  horizontal-align: center;
  }
  
#brands .image
  {
  border: solid 0px;
  }
  
#brands li img
  {
  padding-bottom: 5px;
  border: solid 0px;
  }
  
  