html{
	background:#e8e8e8 url('images/bg.gif');
}
body{
	text-align:center;
	background:transparent url('images/bgbody.png') scroll no-repeat 50% 0;
	width: 100%;
  	display: table;
}
h1{
	display:none;
}
.toplevelcontainer{
	margin:0 auto;
	text-align:left;  
	width:940px;
	padding-left:48px;
	padding-right:48px;
}
#header{
/*	background:transparent url('images/bgheader.png') bottom left no-repeat;*/
}
#header-banner{
	position:relative;
	width:940px;
	height:269px;
	background:transparent url('images/header.jpg') top left no-repeat;
}
#header ul{
	height:23px;
	background-color:#000;
	padding-top:7px;
	padding-left:20px;
	padding-right:20px;
}
#header ul li{
	display:inline;
	list-style-type:none;
	font-size:17px;
	color:#fff;
	margin-right:46px;
}
#header ul li a:link,
#header ul li a:visited,
#header ul li a:active{
	color:#fff;
	text-transform:uppercase;
}
#body{
	
}
#body-inner{
	background:transparent url('images/bodyinnerbg.gif') repeat-y 50% 0;
	padding-top:10px;
	padding-bottom:10px;
}
#content{
	float:left;
	width:555px;
	margin-left:10px;
	padding:10px;
	background-color:#fff;
}
#sidebar{
	float:left;
	margin-left:20px;
	width:322px;
}
#clearing {
  height: 0;
  clear: both;
}
.forumpage #content{
	width:900px;
}
.forumpage #body-inner{
	background:transparent url('images/bodyinnerbgforum.gif') repeat-y 50% 0;
}