body {
  /*min-width:942px;*/
  min-width:1242px;
  margin:0px;
  background-color:#112B41;
  background-image:url('../images/background_gradient.jpg');
  background-repeat:repeat-x;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:11px;
  color:#F1B96E;
}

div#container {
  /*width:942px;*/
  width:1242px;
  margin-left:auto;
  margin-right:auto;    
}

div#left_col {
  width:178px;
  float:left;
}

div#middle_col {
  /*width:575px;*/
  width:875px;
  margin-left:5px;
  margin-right:5px;
  float:left;
}

div#right_col {
  width:178px;
  float:left;
}

div#left_header {
  min-height:126px;
  margin-bottom:4px;
  padding:4px;
  padding-top:134px;
  border:6px solid #01070D;
  background-color:#01070D;
  background-image:url('../images/background_left_header.jpg');
  background-repeat:no-repeat;
}

div#middle_header {
  height:107px;
  /*background-image:url('../images/background_middle_header_BETA.jpg');*/
  background-repeat:no-repeat;
  text-align: center;
}

div#middle_menu_box {
  margin-bottom:4px;
  background-color:#01070D;
  text-align:center;  
}

div#right_header {
  height:120px;
  margin-bottom:4px;
  padding:4px;
  border:6px solid #01070D;
  background-color:#01070D;
  /*background-image:url('../images/background_right_header.jpg');
  background-repeat:no-repeat;*/
  cursor: hand; 
}

div.left_box {
  margin-bottom:4px;
  padding:4px;
  border:2px solid #020A12;
  background-color:#020A12;
  overflow: hidden;
}

div.right_box {
  margin-bottom:4px;
  padding:4px;
  border:2px solid #020A12;
  background-color:#020A12;
}

div.content_box {
  padding:4px;
  margin-bottom:4px;
  background-color:#06192A;
  border:4px solid #01070D;
  overflow: hidden;
}

span.content_headline {
  font-size:14px;
  font-weight:bold;
}

div.content_body {
  overflow: hidden;
}

img.left_menu {
  border:0px;
  padding-bottom:2px;
}

a.lnavlink{
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #F1B96E;
  text-transform: uppercase;
  font-family: "arial black";
}

.lnavlink:first-letter{
  font-size: 16px;
}

img.middle_menu {
  border:0px;
}

/* Box Shadows */

html>body .outside_right {
  background:url('../images/shadow_upperright.png') right top no-repeat;
}

html>body .outside_left {
  background:url('../images/shadow_lowerleft.png') left bottom no-repeat;
  padding:8px 0 0 8px;
}

html>body .main_shadow {
  background:url('../images/shadow.png') bottom right;
}

.main_shadow img {
  vertical-align:bottom;
}

html>body .inner_shadow {
  position:relative;
  left:-8px;
  top:-8px;
	/*overflow: hidden;*/
}

.r_justify{
  text-align: right;
}

.nomargins{
  padding: 0px;
  margin: 0px;
}
.lnavlink:link{
  color:#F1B96E;
}
.lnavlink:visited{
  color: #F1B96E;
}
.lnavlink:hover{
  color: white;
}

a.roverf{
  margin-top: 3px;
  display:-moz-inline-block;
  display:inline-block;
  width: 93px;
  height: 13px;
  background-image: url('../images/menu_middle_forums.jpg'); /* source for start image */
  background-repeat: no-repeat;
}

a.roverf:hover{
  background-image: url('../images/menu_middle_forums_over.jpg');
}

a.roveri{
  margin-top: 3px;
  display:-moz-inline-block;
  display:inline-block;
  width: 143px;
  height: 13px;
  background-image: url('../images/menu_middle_serverinfo.jpg'); /* source for start image */
  background-repeat: no-repeat;
}

a.roveri:hover{
  background-image: url('../images/menu_middle_serverinfo_over.jpg');
}

a.roverr{
  margin-top: 3px;
  display:-moz-inline-block;
  display:inline-block;
  width: 80px;
  height: 13px;
  background-image: url('../images/menu_middle_rules.jpg'); /* source for start image */
  background-repeat: no-repeat;
}

a.roverr:hover{
  background-image: url('../images/menu_middle_rules_over.jpg');
}

body.mceContentBody {
  min-width:400px;
  background-color:#06192A;
  overflow: hidden;
  background-image: none;
}
h2{
	font-size: 14px
}
div{
	/*overflow: hidden;*/
}
table{
	/*overflow: hidden;*/
}
