#main-3 {
  background: #F9ECD5 url('/images/backgrounds/dual-column_MIDDLE.gif') center top repeat-y;
  margin: 0 8px;
}
#main-4 {
  background: url('/images/backgrounds/dual-column_TOP.gif') center top no-repeat;
}
#main-5 {
  background: url('/images/backgrounds/dual-column_BOTTOM.gif') center bottom no-repeat;
  overflow: hidden;
  padding: 3px;
}
  #secondary {
    width: 206px;
    padding: 15px;
    margin-bottom: 25px;
    float: left;
    text-align: center;
  }
    #secondary h1 {
      text-transform: uppercase;
      font-size: 12.5px;
      padding: 14px;
      padding-bottom: 10px;
      margin-bottom: 4px;
      background: url('/images/backgrounds/shadowed-rule.gif') center bottom no-repeat;
    }
    #secondary p {
      margin: 15px 20px;
    }
    #secondary .nav a {
      display: block;
      color: #61433b;
      padding: 4px 20px;
    }
    #secondary .nav a:hover {
      color: #000;
    }
    #secondary .nav li.active a {
      background: url('/images/backgrounds/walkthrough-active-nav.gif') center top repeat-y;
    }
  #primary {
    width: 616px;
    float: right;
    padding: 12px;
  }
    #content {
      padding: 7px 15px;
    }
      #content p {
        margin: 8px 0 12px 0;
      }
      #content h2 {
        margin: 18px 0 12px 0;
        font-size: 16px;
        color: #6d2d1b;
        font-weight: normal;
        border-bottom: solid 1px #BBA38D;
      }
      #content h3 {
        margin: 14px 0 -4px 0;
        font-size: 14px;
        color: #6d2d1b;
        font-style: italic;
        font-weight: normal;
      }
      #content ul {
        list-style: disc;
        padding-left: 30px;
        margin-bottom: 20px;
      }
      dl.bios {
        margin-left: 170px;
      }
      dl.bios dt {
        margin: 18px 0 12px 0;
        font-size: 16px;
        color: #6d2d1b;
        font-weight: normal;
        border-bottom: solid 1px #BBA38D;
        clear: left;
      }
      dl.bios dt img {
        float: left;
        margin-left: -175px;
        margin-bottom: 15px; 
        margin-top: -5px;
      }
      strong {
        font-weight: normal;
        color: #6d2d1b;
      }
      hr {
        clear: both;
        height: 3px;
        border: solid 1px #BBA38D;
        border-right: none;
        border-left: none;
      }
