@charset "UTF-8";

body {
	background-color: #2d2c2c;
	margin:0px;
}
#content {
	width:900px;
	margin:0px auto;
	text-align:left;
	height:auto;
}
#mainDiv {
	background-color: #000000;
	background-image:url(images/bgTile.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width: 900px;
	margin: 0px;
	padding:0px;
	height:auto;
}
#mainDivForum {
	background-color: #000000;
	background-image:url(images/bgTile.gif);
	background-repeat:repeat-y;
	background-position:center;
	width: 900px;
	margin: 0px;
	padding:0px;
	height:auto;
}
#navbar{
	width: 235px;
	height:868px;
	float:left;
}
#centerContent{
	width: 450px;
	height:auto;
	position:relative;
	float:left;
	background-image:url(images/bgMiddle.jpg);
	background-repeat:no-repeat;
}
#centerContentForum{
	width: 450px;
	height:auto;
	position:relative;
	float:left;
	background-image:url(images/bgMiddle.jpg);
	background-repeat:no-repeat;
}
#contentRight{
	width: 215px;
	position: relative;
	float:left;
	background-image:url(images/bgRight.jpg);
	background-repeat:no-repeat;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer{
	position:relative;
	float:none;
	font-size:10px;
}
#footer p{
	font-size:10px;
	font-weight:normal;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #29398d;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 6px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	line-height: 21px;
	padding-left: 25px;
	padding-right: 25px;
}
a:link {
	font-weight: bold;
	color: #985f00;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #985f00;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #B75024;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
