.page {
  margin:0px auto;
  text-align:left;
  width: 1000px;
  background-color: white;
}

.menu {
  height: 30px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 120px;
  margin-left: 120px;
  border-bottom: 1px solid #999999;
}

.mainBody {
  font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Verdana, sans-serif;
  color: #333333;
  font-size: 11px;
  line-height: 20px;
  margin-left: 0px;
  margin-top: 20px;
  text-align: left;
  padding-right: 50px;
  /*/*/
  margin-right: 10px;
  /**/
}

.spacer {
   width=50px;
}

.footer {
  height: 40px;
  width:950px;
  font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #666666;
  height: 22px;
  margin-bottom: 1px;
  padding-top: 3px;
  padding-left: 10px;
  text-align: left;
  border-top: 1px solid #999999;
}
.footer a{
  text-decoration: none;
  text-transform: lowercase;
  color: #666666;
}
.footer a:hover {
  color: #CC0000;
}

