#primary {
  overflow: hidden;
  position: relative;
  background: url('/images/backgrounds/home-primary.gif') left top repeat-x;
}
  #content {
    position: relative;
    width: 888px;
    height: 360px;
    margin: 6px auto;
  }
    #flash-notice {
      position: absolute;
      top: 100px;
      left: 100px;
      width: 300px;
    }
    #welcome {
      position: absolute;
      width: 224px;
      padding: 0 20px;
      right: 20px;
      top: 50px;
      text-align: center;
    }
    #welcome h1 {
      margin-bottom: 26px;
    }
  /* Quicklinks --------------------------------------------- */
  #quicklinks {
    position: relative;
    height: 90px;
    text-align: center;
  }
    #quicklinks li {
      position: absolute;
      top: 0px;
      width: 292px;
    }
    #quicklink-1 {
      left: 6px;
    }
    #quicklink-2 {
      left: 304px;
    }
    #quicklink-3 {
      left: 602px;
    }
      #quicklinks li a, #quicklinks li a img {
        display: block;
      }
      #quicklinks li a {
        padding: 20px 0;
        display: block;
        background: #F9EDD7;
        border: solid 1px #BBA38D;
      }
#secondary {
  position: relative;
  height: 326px;
  background: #E0CEAC url('/images/backgrounds/home-secondary.gif') left top repeat-x;
}
  #secondary div.panel {
    position: absolute;
    width: 292px;
    top: 12px;
    text-align: center;
  }
    #secondary div.panel p {
      margin: 5px 0;
    }
    #secondary div.static-panel {
      background: #F9EDD7;
      border: solid 1px #BBA38D;
      margin: 10px;
      padding: 15px;
    }
  #secondary #panel-1 {
    left: 6px;
    height: 239px;
  }
  #secondary #panel-2 {
    left: 304px;
    height: 99px;
  }
  #secondary #panel-3 {
    left: 602px;
    height: 239px;
  }
  #secondary #quote {
    top: 180px;
    left: 325px;
    width: 250px;
    text-align: center;
    font-size: 98%;
    padding: 24px 0;
  }
  
/* Extras */
.button-link {
  margin-top: 12px;
  padding: 2px 5px;
  border: solid 1px #BBA38D;
  background: #C5B085;
  width: 80px;
  text-align: center;
  margin: 12px auto;
  
}
blockquote cite {
  font-size: 90%;
  font-style: italic;
}
