.content {
  background: url('../images/beige-base.jpg');
  height: 620px;
  position: absolute;
  width: 100%;
}
  #header {
    background: transparent;
    color: #887f6e;
    font-family: Georgia, serif;
    font-size: 9pt;
    text-align: right;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 785px;
    width: 155px;
  }
  #header span {
    display: block;
  }
  #header span.phone {
    font-size: 11pt;
  }
  #footnotes { display: none; }
  #page-1 { background: transparent url('../images/homepage-background-1.jpg') top center no-repeat; }
  #page-2 { background: transparent url('../images/homepage-background-2.jpg') top center no-repeat; }
  #page-3 { background: transparent url('../images/partner-background.jpg') top center no-repeat; }
  #page-1, #page-2, #page-3 {
    position: absolute;
    height: 620px; 
    margin: 0 auto;
    padding: 0 1em;
  }
  
    #page-1 .gutter, #page-2 .gutter, #page-3 .gutter {
      color: #453420;
      margin-left: 500px;
      padding-top: 133px;
      width: 446px;
    }
    #page-3 .gutter {
      padding-top: 84px;
    }
    #page-1 .gutter p, #page-2 .gutter p, #page-3 .gutter p {
      font-size: 9pt;
      margin-bottom: 10pt;
    }
  #page-3 table {
    margin-bottom: 12px;
  }
  #page-3 td {
    padding-left: 12px;
    padding-bottom: 2px;
    font-size: 9pt;
    font-weight: bold;
  }
  div.pagination {
    margin-left: 221px;
  }
  div.pagination a {
    color: #453420;
    text-decoration: none;
    display: block;
    padding: 8px 6px;
    margin-right: 8px;
    float: left;
  }
  div.pagination a:hover {
    text-decoration: underline;
  }
  div.pagination a.current {
    border: solid 1px #c9bca3;
    background: #8f7b59;
    color: #fff;
    text-decoration: underline;
  }
    
  div#navigation {
    z-index: 10;
    position: absolute;
    bottom: -2px;
    left: 516px;
  }
  div#navigation ul li {
    display: inline;
  }
  div#navigation ul li a {
    display: block;
    float: left;
    height: 97px;
    width: 131px;
    margin-right: 4px;
    text-indent: -9999px;
  }
