.main {
	background-color: #333333;
	background-image: url(/media/images/backtile.png);
	background-repeat: repeat-x;
	background-position: top;
}
.centermain {
	min-width: 800px;
	max-width: 900px;
	background-color: #151515;
	margin: auto;
	background-image: url(/media/images/centertile.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 2em;
	min-height: 700px;
}
.forummain {
	min-width: 870px;
	max-width: 970px;
	background-color: #151515;
	margin: auto;
	background-image: url(/media/images/centertile.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	position: relative;
	min-height: 700px;
}
.theheader {
	background-color: #cccccc;
	height: 125px;
	background-image: url(/media/images/diamondplate.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	position: relative;	
}
.centerheader {
	position: relative;
	width: 890px;
	margin: auto;
	height: 125px;
}

#logo {
	position: absolute;
	left: -10px;
	width: 335px;
	height: 125px;
}
#logo img {
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#ad {
	position: absolute;
	top: 25px;
	right: 35px;
	width: 468px;
	height: 125px;
}
#THfooter {
	min-width: 800px;
	max-width: 900px;
	height: 70px;
	margin: auto;
	padding-right: 35px;
	padding-left: 35px;
	background: #0F1923 url(/media/images/footerGrad_tile.jpg) top repeat-x;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}
#navContainer {
	position: relative;
	margin: auto;
	height: 28px;
	top: 15px;
	width: 370px;
}
#footerNav	{
	float:left;
	background: url(/media/images/footerNav_tile.png) top repeat-x;
}
#footerNavRight {
	float: left;
	background: url(/media/images/footerNav_right.png) right no-repeat;
	width: 10px;
	height: 28px;
}
#footerNavLeft {
	float:left;
	background: url(/media/images/footerNav_left.png) right no-repeat;
	width: 10px;
	height: 28px;
}
#footerNav a {
	font-family: Verdana;
	font-size: 11pt;
	color: #000;
	text-decoration: none;
	line-height: 28px;
}
#footerNav a:hover {
	color: red;
}
#THfooter span {
	font-size:8pt;
	color: #ccc;
	line-height: 2em;
}
#THfooter span a{
	color: #ccc;
}
#THfooter span a:hover{
	color: #ccc;
	text-decoration: underline;
}
#THfooter ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
#THfooter li {	
	padding: 5px;
	display: inline;

}
#buttonbar {
	position: absolute;
	width: 452px;
	top: 104px;
	right: 45px;
	z-index: 1;
}
#buttonbar.ro {
	padding: 0;
	margin: 0;
}




