#LeftBannerStuffDisplayer {
	display:block;
	width: 256px;
	height: 64px;
	background: url(images/left-banner.gif) no-repeat;
	margin-left: 0px;
	}
#RightBannerStuffDisplayer {
	display:block;
	width: 256px;
	height: 64px;
	background: url(images/right-banner.gif) no-repeat;
	position:absolute;
	right:0px;
	}
#HeaderTopStuffDisplayer{
	margin:0px 0px 0px 0px;
	width:955px;
	margin:0 auto;
	}
#HeaderBottomStuffDisplayer{
	margin:0px 0px 0px 0px;
	padding:4px 0px 4px 0px;
	background:#fff;
	}
#FooterStuffDisplayer{
	margin:0px 0px 0px 0px;
	padding:4px 0px 4px 0px;
	background:#fff;
	clear:left;/*Don't change this line, it fixes a display problem on the account page.*/
	}

/*Lines below are for stuff in the settings panel, don't change them*/
#StuffDisplayerForm input{
	width:14px!important;
	}
#URLStuff{
	height:20px!important;
	}
	
/*Header's stuff blank space fix for the crappiest browser ever (IE, in case you're wondering)*/
* html #DiscussionsPage #Content,
* html #CategoryPage #Content{
	float:left;
	margin-left:16px;
	display:inline;
	}
#nav{
	float:left;
	width:950px;
	list-style:none;
	font-size:90%;
	/*height:35px;*/
	background:#000000;
	margin:0;
	padding:0;
}
#nav li{
	list-style-type:none;
	float:left;
	/*padding:0 10px;*/
	
}

#nav li a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:15px 10px 14px 10px;
}

#nav li a:hover{
	background:url(li_bg.gif) repeat-x;
}

.hideme{
	display:none;
}
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}