html {
  height: 101%;
}
body{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 70%;
}
a {
  text-decoration: none;
  color: #fc3;
}
a:hover {
  color: #fff;
}
body, p, dl, dd, dt, ul, ol, li, h1, h2, h3, h4, blockquote, form, table {
  padding: 0;
  margin: 0;
}
li {
  list-style-type: none;
}
p, ul.standard {
  text-align: justify;
  line-height: 200%;
  padding-bottom: 1em;
}
h1 {font-size:150%;}
h2 {font-size:130%;}
h3 {font-size:110%;}

img {
  border-width: 0;
  display: block;  /*--for IE in strict mode--*/
  border-style: none;  /*--gets rid of border at onclick --*/
}
/*---FONT---*/

/*---LAYOUT---*/
#container {
  margin: 0 auto 0 auto;
  padding: 16px 0;
  width: 777px;
  text-align: left;
}
#menu {
  margin: 0 auto;
  width: 467px; /* for IE add 3px otherwise it breaks */
}
#menu li {
  display: inline;
}
#menu li a {
  display: block;
  float: left;
  height: 18px;
  text-indent: -3000px;
  background-image: url("images/menu.gif");
  background-repeat: no-repeat;
  outline: none;
}
#menu01 a {background-position: -10px -50px;width: 74px;}
#menu01 a:hover, #menu01.active a {background-position: -10px -13px;}
#menu02 a {background-position: -84px -50px;width: 46px;}
#menu02 a:hover, #menu02.active a {background-position: -84px -13px;}
#menu03 a {background-position: -130px -50px;width: 50px;}
#menu03 a:hover, #menu03.active a {background-position: -130px -13px;}
#menu04 a {background-position: -180px -50px;width: 66px;}
#menu04 a:hover, #menu04.active a {background-position: -180px -13px;}
#menu05 a {background-position: -246px -50px;width: 62px;}
#menu05 a:hover, #menu05.active a {background-position: -246px -13px;}
#menu06 a {background-position: -308px -50px;width: 52px;}
#menu06 a:hover, #menu06.active a {background-position: -308px -13px;}
#menu07 a {background-position: -360px -50px;width: 66px;}
#menu07 a:hover, #menu07.active a {background-position: -360px -13px;}
#menu08 a {background-position: -426px -50px;width: 48px;}
#menu08 a:hover, #menu08.active a {background-position: -426px -13px;}

#content {
  margin-top: 36px;
  clear: both;
}