/*--- general ---*/


div#page {
	width: 950px;
	margin: 0 auto;
	padding: 18px 0 0;
	text-align: left;
	position: relative;
}

ul, ol {
	margin: 0 0 1em 2em;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}


/*--- /general ---*/

/*--- top ---*/
a#logo {
	display: block;
	width: 275px;
	line-height: 1px;
	margin: 0 0 25px;
}
div.banner468x60 {
	width: 468px;
	height: 60px;
	position: absolute;
	top: 26px;
	left: 482px;
	font-size: 90%;
	color: #FFF;
	background-color: rgb(61, 61, 61);
}
.banner468x60 a {
	color: #FFF;
}

ul#main_menu {
	list-style: none;
	margin: 0;
}
ul#main_menu li {
	width: 158px;
	float: left;
	margin: 0 1px 1.5em 0;
}
ul#main_menu li#mi5 {
	margin-right: 0;
	width: 155px;
}
ul#main_menu a {
	display: block;
	padding: 0 0 0.2em;
	border-bottom: 3px solid #AF0000;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}
ul#main_menu a:hover { color: #AF0000; }
ul#main_menu li#mi2 a { border-color: #F29915; }
ul#main_menu li#mi3 a { border-color: #FED65E; }
ul#main_menu li#mi4 a { border-color: #A9EA23; }
ul#main_menu li#mi5 a { border-color: #5BACE5; }
ul#main_menu li#mi6 a { border-color: #2bae9a; }
ul#main_menu li#mi2 a:hover { color: #F29915; }
ul#main_menu li#mi3 a:hover { color: #FED65E; }
ul#main_menu li#mi4 a:hover { color: #A9EA23; }
ul#main_menu li#mi5 a:hover { color: #5BACE5; }
ul#main_menu li#mi6 a:hover { color: #2bae9a; }
/*--- /top ---*/

/*--- Skyscraper ---*/

#skyscraper {
    position: absolute;
    margin: 0;
    top: 167px;
    left: 775px;
    width: 120px;
    height: 600px;
}
/*--- /Skyscraper ---*/
#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:#000;
	
	}
#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;
	}
