div.main-content {
  float: left;
  position: relative;
  top: 0px;
  left: 0px;
  min-height: 231px;
  width: 1024px;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #58585a;
}

div.main-content-overlay {
  width: 911px;
  height: 91px;
  position: absolute;
  z-index: 3;
  top: 275px;
  right: 0px;
  background-image: url(/images/main-page-overlay-2.png);
  background-repeat: no-repeat;
}

div.main-content-underlay {
  display: none;
}


div.main-content-left-text {
  float: right;
  width: 400px;
  margin-top: 16px;
  min-height: 200px;
  padding: 0px 10px 15px;
  border-right: 1px solid #b66611;
}