body {
  background: #000;
  margin: 0px;
  padding: 0px;
  font-family: helvetica, arial, verdana, sans;
}
#site {
  width: 966px;
  margin: 25px auto;
}
#header {
  height: 94px;
  width: 966px;
  float: left;
  position: relative;
}
#logo {
  background: url(../graphics/logo.jpg) center left no-repeat;
  width: 166px;
  height: 94px;
  float: left;
  text-indent: -1000px;
}
#menu {
  float: left;
  margin: 0px;
  padding: 0px;
}
#menu li {
  float: left;
  display: inline;
  width: 154px;
  height: 88px;
  margin-left: 6px;
}
#menu li a {
  float: left;
  width: 144px;
  height: 23px;
  padding: 65px 0px 0px 10px;
  background: #929395;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#menu li a:hover, #menu li.active a, #menu li.on a, #home_button a:hover {
  background: #d9dce1;
  color: #3b3b3c;
}
#menu li ul {
  margin: 0px;
  padding: 0px;
  margin-left: -6px;
  list-style: none;
  padding-top: 6px;
  padding-bottom: 20px;
  width: 154px;
  display: block;
  float: left;
}
#menu li div {
  width: 170px;
  clear: both;
}
#menu li ul li {
  height: 26px;
  padding: 0px;
  margin-bottom: 2px;
}
#menu li ul li a {
  float: left;
  width: 134px;
  height: 16px;
  padding: 5px 10px;
  background: #929395 !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
}
#menu li ul li a:hover {
  background: #d9dce1 !important;
  color: #3b3b3c !important;
}
#home_button {
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom: solid 6px #000;
  height: 41px;
}
#home_button a {
  float: left;
  width: 144px;
  height: 23px;
  padding: 18px 0px 0px 10px;
  background: #929395;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#main {
  float: left;
  background: url(../graphics/background.jpg) repeat-y;
  min-height: 600px;
}
#content {
  float: left;
  width: 774px;
  margin-right: 6px;
  padding: 16px;
  min-height: 600px;
}
#inner_content {
  float: left;
  width: 390px;
  padding: 0px;
  background: url(../graphics/pixel.png);
}
#sidebar {
  float: left;
  width: 140px;
  height: 100%;
  padding: 7px;
}
#footer {
  float: left;
  width: 966px;
  height: 25px;
  background: url(../graphics/slogan.jpg) no-repeat center left;
  text-align: right;
  padding-top: 50px;
  font-size: 11px;
  color: #d9dce1;
}
