div#master-container
{
    background: #D1B494 url(../images/paperdrop-repeatable.jpg) repeat-y scroll left top;
}

  h2
  {
    position: relative;
    top: 11px;
    background: url(../images/related/related-h2-trans.png) transparent no-repeat top center;
    height: 57px;
    width: 100%;
    margin-bottom: .5em;
  }

    h2 span
    {
      display: none;
    } 

  h3
  {
    margin-bottom: 1em;
  }
  
  div.vendor
  {
    position: relative;
    width: 322px;
    text-align: center;
    margin-bottom: 1em;
  }

  div.vendor-left
  {
    clear: both;
    float: left;
    padding-left: 50px;
  }

  div.vendor-right
  {
    float: right;
    padding-right: 50px;
  }

    div.vendor img
    {
      position: relative;
      z-index: 3;
      border-style: solid;
      border-width: 1px 1px 0px;
      border-color: black;
    }

    div.vendor-description
    {
      position: relative;
      padding: 4px 0px;
      z-index: 2;
      top: -5px;
      border: 1px solid black;
      background-color: #F0D4BC;
      height: 6em;
    }

    div.vendor h4
    {
      color: #867A07;
      font-weight: bold;
      font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
    }

    div.vendor h5
    {
      color: #B98858;
      font-size: normal;
    }

