body {
  margin: 0px;
  background: #eee;
  font-family: Helvetica, Arial, sans-serif;
  border-top: 12px solid black;
}

a {
  text-decoration: none;
  color: #ff5800;
}

#wrap {
  width: 820px;
  margin: 20px auto auto;
  padding-left: 0px;
}

  #wrap.scroll {
    padding-left: 15px;
  }

span.prep {
  font-size: 80%;
  font-style: italic;
  margin: 0px 2px;
}

span.amp {
  float: left;
  font-size: 120%;
  font-family: "Goudy Old Style", Palatino, "Book Antiqua", serif;
  font-style: italic;
  margin: 0px 8px 0px 0px;
}

ul#tabs {
  list-style: none;
  position: fixed;
  bottom: -16px;
  width: 785px;
  cursor: pointer;
  z-index: 2;
}

  #wrap.scroll ul#tabs {
    position: static;
    margin-top: -33px;
  }
  
  ul#tabs.footeropen {
    bottom: 103px;
  }
  
  ul#tabs a {
    display: block;
    font-weight: bold;
    color: white;
    padding: 8px 14px 6px;
  }

  ul#tabs li {
    display: block;
    float: right;
    margin-right: 15px;
    background: gray;
    opacity: .25;
    border-top: 1px solid #555;
  }

  ul#tabs li.selected,
  ul#tabs li:hover {
    opacity: 1;
    background: #8b8b8b;
    border-top: 1px solid #646464;
  }
  
  ul#tabs span.prep {
    font-size: 70%;
    font-family: Georgia;
    position: relative;
    bottom: 1px;
    margin-right: 2px;
  }

#footer {
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  color: white;
  background: #8b8b8b;
  border-top: 1px solid #646464;
  font-size: 16px;
  line-height: 28px;
}

  #footer > div {
    height: 200px;
    width: 800px;
    margin: auto;
    padding: 20px 0px;
  }

  #footer a {
    color: white;
    font-weight: bold;
    background: #999;
    padding: 2px 3px;
    border: 1px solid hidden;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #777;
    text-shadow: #888 0px -1px;
  }

  #footer a:hover {
    text-shadow: none;
    color: #ff5800;
    background: #fef7c1;
    border: 1px solid #ff955c;
    padding: 3px 6px;
    margin: -1px -4px;
  }

  #footer span {
    font-size: 17px;
    color: #999;
    text-shadow: #777 0px -1px;
    position: relative;
    top: -2px;
    padding: 0px 3px;
  }

  #footer #resources span.separator {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0px 8px;
    padding: 0px;
    overflow: hidden;
    background: #aaa;
    color: transparent;
    font-size: 0px;
    line-height: 0px;
    text-shadow: none;
    vertical-align: middle;
    top: -2px;
  }
