html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
a img {
  border: none;
}
body {
  background: #fff url(../graphics/background.jpg) no-repeat center top;
  font-family: helvetica, arial, verdana, sans;
}
#site {
  margin-top: -5px;
  float: left;
  width: 100%;
  background: url(../graphics/header.png) repeat-x;
}
#inner_site {
  width: 982px;
  margin: auto;
  //margin: 0px auto;
}
#header {
  margin-top: 10px;
  float: left;
  height: 154px;
  width: 100%;
  position: relative;
}
#logo {
  position: absolute;
  left: 30px;
  top: 10px;
}
#buzzer {
  position: absolute;
  right: 30px;
  top: 20px;
}
#heading {
  position: absolute;
  left: 190px;
  top: -7px;
}
#menu {
  height: 30px;
  position: absolute;
  top: 124px;
  left: 420px;
}
#menu ul {
  margin: 0px;
  margin-top: 7px;
  padding: 0px;
  list-style: none;
  margin-left: 30px;
}
#menu li {
  display: inline;
  line-height: 1em !important;
  float: left;
  margin-right: 40px;
}
#menu li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
#menu li a:hover {
  border-bottom: solid 2px;
}

#main {
  float: left;
  min-height: 800px;
  width: 100%;
  background: url(../graphics/main.png) repeat-y;
}
#inner_main {
  float: left;
  width: 100%;
  background: url(../graphics/slogan2.jpg) no-repeat 500px 20px;
}
#content {
  float: left;
  width: 560px;
  margin: 100px 40px 20px;
}
#sidebar {
  float: right;
  width: 320px;
  margin: 100px 10px 0px 0px;

}
div.block {
  width: 298px;
  float: left;
  background: url(../graphics/block_bottom.jpg) no-repeat bottom;
  padding-bottom: 26px;
  margin-bottom: 30px;
}
div.inner_block {
  background: url(../graphics/block_bg.jpg) no-repeat;
  float: left;
  width: 258px;
  min-height: 210px;
  padding: 10px 20px;
}
#footer {
  float: left;
  width: 962px;;
  background: url(../graphics/footer.png) no-repeat 0px 0px;
  height: 19px;
  margin-bottom: 20px;
  font-size: 11px;
  color: #666;
  text-align: right;
  padding-top: 20px;
  padding-right: 20px;
}
#footer a {
  color: #666;
}
