#menubar {
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 15px; }
  #menubar li a {
    color: #978b8b;
    border-bottom: #d7cbcb thin solid;
    border-right: #d7cbcb thin solid;
    padding: 1px 5px;
  }

#title {
  padding-top: 13px;
  padding-bottom: 15px;
  text-align: center; }
  #title h1 {
    margin: 0;
    padding: 0;
    padding-bottom: 1px;
    color: #969696;
    font-size: 36px; }
  #title i {
    font-size: 14px;
    color: #6e6e6e; }

td {
  vertical-align: top; }

#staff {
  padding-left: 30px; }
  #staff td {
    padding-bottom: 18px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.4em;
    text-align: justify; }
    #staff td img {
      width: 133px; }
    #staff td h1 {
      margin-bottom: 5px; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.inset {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 12px 7px;
  border: #d7cbcb thin solid;
  color: #877b7b;
  font-size: 14px; }

#signup {
  margin-top: 25px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 12px 7px;
  border: #d7cbcb thin solid;
  color: #877b7b; }
  #signup #blurb {
    font-size: 14px;
    padding-bottom: 8px; }
  #signup #blurb2 {
    font-size: 12px;
    padding-top: 6px; }

#content {
  padding-top: 26px;
  width: 640px;
  margin-left: auto;
  margin-right: auto; }
  #content h1 {
    font-size: 21px;
    font-weight: normal;
    margin: 0;
    padding: 0; }
  #content p {
    margin-top: 15px;
    text-align: justify; }
    #content p big {
      font-size: 16px; }

#people {
  background-image: url("/img/back.jpg");
  height: 63px;
  background-position: -32px 0px; }
  #people #people_refl {
    background-image: url("/img/back_refl.png");
    background-position: -32px -2px;
    height: 89px; }

#footer {
  background: #d6d6d6;
  margin-top: 30px;
  font-size: 12px;
  padding: 4px 10px; }

body {
  position: relative;
  padding: 0;
  margin: 0;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  color: #473b3b;
  font-family: Helvetica, Arial;
  font-size: 15px; }

p {
  line-height: 20px; }

img {
  border: 0; }

ul.spaced {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.spaced li {
    padding: 2px 6px;
    display: inline; }

ul.spaced a, h1 a {
  text-decoration: none; }

input[type=text], textarea {
  width: 340px;
}

textarea {
  height: 50px;
}