body {
  margin: 0;
  background-color: black;
  color: white;
  font-family: sans-serif;
}
a {
  color: white;
  text-decoration: none;
}
a img {
  border: 0;
}
#page {
  height: 640px;
  margin: auto;
}
#left {
  width: 244px;
  background-color: #1f1f1f;
  font-size: 12px;
  font-weight: bold;
}
#content {
  width: 556px;
}
#left div {
  padding-left: 35px;
}
#left h1 {
  padding-left: 35px;
  font-size: 24px;
}
#team span {
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
}
#home-content {
  height: 640px;
  background-color: black;
  background-image: url(/images/home-bg.gif);
  background-position: 376px;
  background-repeat: no-repeat;
}
#home-content table {
  margin-top: 80px;
}
#home-content td {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  padding-right: 15px;
  padding-bottom: 30px;
}
#home-content img, #stories-content img {
  width: 22px;
  height: 22px;
  background-color: #bb8d09;
}
.gold {
  background-color: #bb8d09;
}
#staff-content {
  height: 640px;
  background-color: black;
}
#staff-content table {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 40px;
}
#staff-content td {
  padding-top: 20px;
  padding-left: 5px;
  vertical-align: top;
  text-align: justify;
  font-size: 10px;
}
#staff-content span {
  color: #fe000b;
}
#staff-content strong {
  font-size: 12px;
}
.bottom {
  height: 145px;
  padding: 10px 30px;
  background-color: #d9a325;
  color: black;
  text-align: justify;
  font-size: 11px;
  font-weight: bold;
}
.bottom p {
  margin: 0;
  padding-top: 10px;
}
#awards {
  width: 416px;
  margin-left: 140px;
  background-color: #fe000b;
}
#awards th {
  padding-top: 40px;
  padding-left: 35px;
  text-align: left;
  font-size: 19px;
  font-weight: normal;
}
#awards td {
  vertical-align: bottom;
  text-align: center;
  font-size: 13px;
}
#awards h3 {
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: bold;
}
#logos {
  margin: 15px;
}
#logos td {
  text-align: center;
}
#logos img {
  margin-top: 20px;
}
.buttons {
  padding-left: 82px;
  color: black;
  font-size: 9px;
}
.buttons table {
  margin-bottom: 6px;
}
.buttons td {
  padding-right: 12px;
  background-image: url(/images/button-off.gif);
  background-repeat: no-repeat;
}
.buttons a {
  width: 22px;
  height: 19px;
  display: block;
  padding-top: 4px;
  text-align: center;
  color: black;
  font-size: 10px;
}

