body {
  margin:0px;
  padding:0px;
  padding-bottom:25px;
  background: #232329 url(/ak47/009/graphics/back.gif) bottom left fixed repeat-x;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
  line-height:1.6em;
  border-top: 10px solid #101427;
  scrollbar-base-color: #232329 ;
}

img {
  padding:0px;
  margin:0px;
  border:0px;
}

a {
  color:#B0CDE4;
  text-decoration:underline;
}

a:hover {
  color: #232329;
  background: #B0CDE4;
}

h1 {
  font-size:14px;
  font-weight: bold;
}

h2 {
  font-size: 11px;
  font-weight: bold;
}

#container {
  position:relative;
  width:752px;
  height:762px;
  margin:0px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  text-align:center;
  color: #DDDBFF;
}

#top {
  position:absolute;
  top:0px;
  left:0px;
  background-image: url(/ak47/009/graphics/009_thin.jpg);
  background-position:  top right;
  background-repeat: no-repeat;
  width:752px;
  height:100px;
  text-align:left;
  background-color: #A49F80;
  border: 1px solid #000000;
}


#leftContent {
  position:absolute;
  top:110px;
  left:0px;
  width: 301px;
  height: 605px;
  padding:10px;
  padding-top:0px;
  text-align:left;
  overflow:auto;
  background-color: #232329;
  border: 1px solid #000000;
  border-bottom: 20px solid #000000;
}

#rightContent {
  position:absolute;
  top:110px;
  left:323px;
  width: 410px;
  height: 605px;
  padding:10px;
  padding-top:0px;
  text-align:left;
  overflow:auto;
  background-color: #232329;
  border: 1px solid #000000;
  border-bottom: 20px solid #000000;
}


#copyright {
  position:absolute;
  bottom:0px;
  right: 0px;
  text-align:right;
  color: #A49F80;
}


#menu {
  position:absolute;
  top:727px;
  left: 6px;
  font-weight:700;
  color: #DDDBFF;
}

#menu a {
  color: #DDDBFF;
  text-decoration:underline;
}

#menu a:hover {
  color: #000000;
  background: #DDDBFF;
}


.normal {
  font-weight: normal;
}