* {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body {
  background-image: url('../img/bg_yoyohero.png');
}

#main {
  position: absolute;
  width: 740px;
  left: 50%;
  margin-left: -370px;
  background-color: white;
  border: 4px solid #5a0008;
}

#menu {
  text-align: center;
  margin-top: 22px;
  margin-bottom: 12px;
  white-space: nowrap;
}

  #menu a {
    color: #5a0008;
    margin: 0 10px;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
  }

  #menu a:hover {
    text-decoration: underline;
  }
  
#headerphoto {
  position: relative;
  text-align: center;
  height: 267px;
}

  #headerphoto .photo {
    border: 2px solid #5a0008;
  }
  
  #headerphoto .logo {
    position: absolute;
    top: 236px;
    left: 50%;
    margin-left: -204px;
  }
  
#content {
  margin-top: 40px;
  margin-bottom: 15px;
  margin-left: 5%;
  width: 90%;
  border-bottom: 2px solid #5a0008;
  padding-bottom: 5px;
}

  .pagetitle {
    color: #5a0008;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 2px solid #5a0008;
    margin-bottom: 5px;
  }

  #footer {
    margin-bottom: 15px;
    text-align: center;
    font-size: 10px;
    color: #5a0008;
  }
  
.thumbs {
  width: 100%;
}

  .thumbs td {
    text-align: center;
  }

  .thumbs a {
    color: #5a0008;
  }
  
  .thumbs img {
    border-color: #5a0008;
  }
