body{
	background:#12183A url('images/bg.jpg') no-repeat 50% 0;
	text-align:center;
}
h1{
	display:none;
}
.toplevelcontainer{
	margin:0 auto;
	text-align:left;  
	width:940px;
	padding-left:48px;
	padding-right:48px;
}
#header{

}
#header-banner{
	position:relative;
	width:940px;
	height:130px;
	background:transparent url('images/header.png') top left no-repeat;
	margin-left:-30px;
}
#header ul{
	height:23px;
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
	width:655px;
	background:transparent url('images/menubg.png');
}
#header ul li{
	display:inline;
	list-style-type:none;
	font-size:17px;
	color:#fff;
	margin-right:10px;
}
#header ul li a:link,
#header ul li a:visited,
#header ul li a:active{
	color:#fff;
	text-transform:uppercase;
}
#body{

}
#body-inner{
	padding-top:10px;
	padding-bottom:10px;
}
#content{
	float:left;
	width:555px;
	padding:10px;
	background-color:#060c35;
}
#sidebar{
	float:left;
	margin-left:20px;
	width:322px;
}
#clearing {
  height: 0;
  clear: both;
}
.forumpage #content{
	width:900px;
}
.forumpage #body-inner{
	background-color:#12183A;
}
