body {
  #background-image: url('/images/homepage/bg.png');
  background: #C0C2B7;
  font: 16pt Helvetica, Verdana, "Trebuchet Sans MS", sans-serif;
  margin: 0;
}

#spacer {
  height: 100px;
}

#header {
  background-image: url('/images/homepage/contentbg.gif');
  width: 550px;
  border-top: 5px solid white;
  border-right: 5px solid white;
  border-left: 5px solid white;
  border-bottom: 2px solid white;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

#title {
  font: 28pt Helvetica, Verdana, "Trebuchet Sans MS", sans-serif;
  color: #D3D3D3;
  width: 100%;
}

#menu {
  background-image: url('/images/homepage/menubg.gif');
  width: 550px;
  border-left: 5px solid white;
  border-right: 5px solid white;
  border-bottom: 5px solid white;
  margin-left: auto;
  margin-right: auto;
  height: 35px;
}

#menu-text {
  padding-top: 4px;
  width: 520px;
  margin-left: auto;
  margin-right: auto;
}

#menu-left {
  width: 173px;
  float: left;
}

#menu-center {
  width: 173px;
  float: right;
  text-align: center;
}

#menu-right {
  width: 173px;
  float: right;
  text-align: right;
}

a {
  color: WHITE;
  text-decoration: none;
  display: block;
}

