html {
  background-color: #b8ac96;
}
em { font-style: oblique; }
sup {
  vertical-align: super;
}
#wrap {
  font-family: Arial, "MS Trebuchet", sans-serif;
  margin: 0 auto;
}
a:active
{
  outline: none;
}

div#navigation { width: 407px; }
div.pagination ul li {
  display: inline;
}

div#navigation ul li a.theraseed { background: transparent url('../images/theraseed-off.png') center center no-repeat; }
div#navigation ul li a.journal { background: transparent url('../images/journal-off.png') center center no-repeat; }
div#navigation ul li a.partner { background: transparent url('../images/partner-off.png') center center no-repeat; }

div#navigation ul li a.theraseed-on { background: transparent url('../images/theraseed-on.png') center center no-repeat; }
div#navigation ul li a.journal-on { background: transparent url('../images/journal-on.png') center center no-repeat; }
div#navigation ul li a.partner-on { background: transparent url('../images/partner-on.png') center center no-repeat; }

div#navigation ul li a.theraseed:hover { background: transparent url('../images/theraseed-over.png') center center no-repeat; }
div#navigation ul li a.journal:hover { background: transparent url('../images/journal-over.png') center center no-repeat; }
div#navigation ul li a.partner:hover { background: transparent url('../images/partner-over.png') center center no-repeat; }

div#navigation a, div.pagination a {
  cursor: pointer;
}

div.pagination a.continue, div.pagination a.return {
  width: 160px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}

div.pagination a.continue { background: transparent url('../images/continue.png') center center no-repeat; }
div.pagination a.return   { background: transparent url('../images/return.png') center center no-repeat; }

#footer {
  background: #a99d86 url('../images/footer-background.jpg') 0 8px repeat-x;
  position: absolute;
  width: 100%;
  top: 620px;
  z-index: 12;
}
#footer .gutter {
  background: transparent url('../images/footer-top.jpg') repeat-x top center;
  color: #4b391a;
  text-align: center;
  font-size: 10pt;
  line-height: 20pt;
  padding: 3em;
}
#footer .gutter a {
  color: #4b391a;
  text-decoration: none;
}
  #footer .gutter a:hover {
    text-decoration: underline;
  }
#footer .gutter ul li {
  display: inline;
}
  #footer .gutter ul li a {
    border-right: solid 1px #4b391a;
    padding: 0 12px 0 8px;
  }
  #footer .gutter ul li a.last {
    border-right: none;
  }
  
#footer .gutter p {
  font-size: 70%;
}