
/**
 * About Us
 */

#top {
  background: #612e00;
}

#bottom {
  background-image: url('/images/about-us/gradient.jpg');
}

#content TABLE {
  margin-top: 30px;
  width: 480px;
  height: 160px;
}
 
#content TABLE TR TD {
  width: 120px;
  height: 80px;
}

#content TABLE TR TD IMG {
  float: left;
  border: 0px;
  width: 120px;
  height: 80px;
}