#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;
	padding:4px 4px 4px 4px;
	background:#fff;
	}
#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;/*Fixes a display problem on the account page,
	but may create a gap if your side panel menu is longer than your
	forum's main content - you can remove this line, but the stuff
	displayed at the bottom of the account page won't be at the
	bottom anymore*/
	}

/*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;
	}

