
body {
	background: url("images/background.gif") top left;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: arial;
	font-size: 13px;
}

a {
	color: #2089cb;
	text-decoration: none;
}

h2 {
	color: #2089cb;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #e8e8e8;
	font-size: 18px;
}
h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	color: #464646;
	font-size: 16px;
}
p {
	margin: 0px;
	padding: 0px 3px 15px 5px;
	text-align: justify;
	line-height: 1.3em;
}

#headerWrapper {
	background: url("images/headerBg.gif") top left repeat-x;
	height: 136px;
}

#header {
	background: url("images/header.gif") bottom left repeat-x;
	height: 136px;
	width: 941px;
	margin: 0px auto;
	text-align: left;
}

#header h1 {
	color: #464646;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 70px;
	left: 40px;
	font-size: 25px;
}

#mainWrapper {
	width: 941px;
	margin: 0px auto;
	text-align: left;
	background: url("images/bodyBg.gif") top left repeat-y white;
}

#CPanelWrapper1 {
	float: left;
	width: 710px;
}
#CPanelWrapper2 {
	padding: 7px 10px 10px 20px;
}

#RPanelWrapper1 {
	float: right;
	width: 220px;
}
#RPanelWrapper2 {
	padding: 10px 15px 10px 0px;
}

#RPanelWrapper2 h2 {
	font-size: 15px;
	color: #464646;
}

.clear {
	clear: both;
}

#menu  {
	position: absolute;
	top: 94px;
	width: 900px;
	left: 50%;
	margin-left: -450px;

}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	float: right;
	width: 86px;
	height: 35px;
	background: url("images/menuBg.gif") top left no-repeat;
	text-align: center;
}

#menu a {
	display: block;
	text-align: center;
	padding: 9px 0px 0px;
	font-size: 14px;
	color: black;
}
#menu a:hover {
	color: white;
}

.homeBox {
	background: url("images/homeBox.jpg") top left no-repeat;
	width: 329px;
	height: 206px;
	float: left;
	margin: 0px 0px 15px 7px;
}
.homeBox.adv {
	background: url("images/homeBoxAdv.jpg") top left no-repeat;
}
.homeBox h3{
	padding: 10px 10px 6px;
	margin: 0px;
	font-size: 17px;
	color: black;
}
.homeBox p{
	padding: 0px 10px;
}
.homeBox ul{
	margin: 0px;
	padding: 5px 0px 0px 20px;
}
.homeBox ul li{
	font-size: 14px;
	line-height: 1.3em;
}

#footer {
	height: 17px;
	width: 941px;
	margin: 0px auto;
	text-align: left;
	background: url("images/footerBg.gif") top left no-repeat;
	font-size: 12px;
	color: black;
}
#footer a{
	color: black;
}
#footer a:hover{
	color: yellow;
}
#copyright {
	padding: 20px 10px;
	float: left;
        color: black;
}
#siteBy {
	float: right;
	padding: 20px 10px;
        color: black;
}

.bannerCont p {
	text-align: center;
}

.headerStats {
	position: absolute;
	width: 900px;
	top: 5px;
	left: 50%;
	margin-left: -450px;
	text-align: right;
	color: black;
}
.headerStats strong {
	color: red;
	font-weight: bold;
}
.headerStats table {
	width: 500px;
	float: right;
}
.headerStats table td{
	text-align: center;
}

.membersMenu {
	margin: 0px;
	padding: 5px 0px 10px 20px;
}
