html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: rgb(209, 209, 209);
}
ul, li {
  padding: 0;
  margin: 0;
}
.clear{
  clear: both;
}
#site {
  width: 1000px;
  margin: 0 auto;
}
#header {
  width: 1000px; height: 152px;
  background: url(layout/header.png) no-repeat;
}
#menu_main {
  width: 1000px; height: 24px;
}
#menu_left {
  width: 26px; height: 24px;
  background: url(layout/menu_left.png) no-repeat;
  float: left;
}
#main_menu {
  width: 468px; height: 24px;
  float: left;
}
#navi_main {
  width: 97px; height: 24px;
  display: block;
  background: url(layout/main_menu.png) no-repeat 0px 0px;
}
#navi_clan {
  width: 96px; height: 24px;
  display: block;
  background: url(layout/main_menu.png) no-repeat -97px 0px;
} 
#navi_comm {
  width: 96px; height: 24px;
  display: block;
  background: url(layout/main_menu.png) no-repeat -193px 0px;
} 
#navi_forum {
  width: 96px; height: 24px;
  display: block;
  background: url(layout/main_menu.png) no-repeat -288px 0px;
} 
#navi_misc {
  width: 83px; height: 24px;
  display: block;
  background: url(layout/main_menu.png) no-repeat -384px 0px;
} 
#menu_right {
  width: 506px; height: 24px;
  background: url(layout/menu_right.png) no-repeat;
  float: left;
}
#top_box {
  width: 1000px; height: 151px;
  background: url(layout/top_box.png) no-repeat;
}
#main_content {
  width: 1000px; height: auto;
  background: url(layout/content_bg.png) repeat-y;
}
#content{
  width: 700px; height: auto;
  padding: 0px 15px 5px 38px;
  float: left
}
#content_right {
  width: 247px; height: auto;
  float: right;
}
#footer {
  width: 1000px; height: 40px;
  background: url(layout/footer.png) no-repeat;
}
.content_right_head {
  width: 217px; height: 40px;
  margin-left: 3px;
}
.content_right_content {
  width: 193px; height: auto;
  text-align: left;
  margin-left: 3px;
  padding: 0px 12px;
}
#ts3viewer_955567.ts3v {width:193px; overflow:hidden;}
#shoutbox_head {background: url(layout/shoutbox.png) no-repeat;}
#topics_head {background: url(layout/latest_topics.png) no-repeat;}
#partner_head {background: url(layout/partner.png) no-repeat;}
#stats_head {background: url(layout/stats.png) no-repeat;}
#online_users_counter {
	color: #1E8100;
	list-style: url('images/online.gif');
	list-style-position: inside;
}
#login_box {
  width: 230px; height: 80px;
  padding: 5px;
  margin: 24px 0px 0px 37px;
  float: left;  
}
#next_events_box {
  width: 232px; height: 80px;
  padding: 5px;
  margin: 24px 0px 0px 20px;
  float: left;
}
#war_box {
  width: 270px; height: 80px;
  padding: 5px;
  margin: 24px 0px 0px 20px;
  float: left;
}
#menu > li {
  list-style: none;
  float: left;
}
#menu li ul {
  min-width: 100px;
  list-style: square outside;
  background-color: rgb(232,232,232);
  border: 1px rgb(0,0,0) solid;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottomright: 5px;
  -webkit-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px;
  padding-left: 18px;
  position: absolute;
  z-index: 2;
}
#menu li ul a {font-size: 110%; font-weight: bold; display: block;}
#menu li ul a:hover {background-color: rgb(207,207,207);}
/*#special_punisher {
  position: absolute;
  top: 176px;
  left: 604px;
  width: 108px; height: 62px;
  background: url(layout/punisher.png) no-repeat;
  z-index: 3; 
}*/
