body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

* {margin: 0px;padding: 0px;}

p {
	padding: 5px 5px 5px 10px;
	display: block;
	color: #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul {
	padding: 5px 5px 5px 10px;
	display: block;
	color: #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #B4B4B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #C9A640;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.user {
	padding: 5px 5px 5px 10px;
	color: #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 1000px;
	display: block;
}

#header{
	height: 300px;
	width: 1000px;
	/*background-image:url(../images/RRP_header.jpg);*/
	background-repeat: no-repeat;
}

#content{
	margin-left: 80px;
	width: 850px;
}

#left{
	width: 190px;
	float: left;
}

#middle{
	width: 450px;
	margin-left: 200px;
}

#right{
	width:190px;
	float: right;
}

/********************* menu ****************************/
.menuheader{
	width: 189px;
	height: 29px;
	/*background-image:url(../images/RRP_menu_top.jpg);*/
}

.menuheadergeneric{
	width: 189px;
	height: 14px;
	background-image: url(../images/RRP_column_top.jpg);
}

.menucontent{
	width:189px;
	background-image:url(../images/RRP_column_bg.jpg);
	padding-top: 2px;
	padding-bottom: 2px;
	background-repeat: repeat-y;
}

.menufooter{
	width:189px;
	height:15px;
	background-image:url(../images/RRP_column_bottom.jpg);
	background-repeat: no-repeat;
	display:block;
	margin-bottom: 10px;
}


/********************* post ****************************/
.post{
	margin-bottom: 10px;
}

.postheader{
	/*background-image:url(../images/RRP_news_top.jpg);*/
	display:block;
	width:449px;
	height:14px;
}

.postheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.postcontent{
	background-image:url(../images/RRP_content_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px;
}

.postfooter{
	background-image:url(../images/RRP_content_bottom.jpg);
	background-repeat: no-repeat;
	display:block;
	width:449px;
	height:14px;
}

/********************* header ****************************/
#header{
	position:relative;
}

#header ul{
	position:absolute;
	top:250px;
	display:block;
	left:190px;
}

#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}

.last{
	border-right: 0px none #6b7272 !important;
}

#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}

#header ul li a:hover{
	text-decoration:underline;
}

/********************* footer ****************************/
.footer{
	color: #525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 0px;
}

.footer ul{
	display:block;
}

.footer ul li{
	display: inline;
	text-align: center;
	margin: auto;
	width: auto;
	border-right: 1px solid #6b7272;	
}

.footer ul li a{
	display: inline;
	text-align: center;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}

.footer ul li a:hover{
	text-decoration: underline;
}


/********************* menu members ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#666666;
}

.menu ul li{
	padding-top: 5px;
	color:#666666;
}

.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}

.menu ul li a:hover{
	text-decoration:underline;
	text-transform: uppercase;
}

.member{
	display:inline;
	float:left;
	margin-left:10px;
}

.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}

.member img{
	width:75px;
	height:70px;
	border: solid 2px #999999;	

}

.clear{
	clear:both;
}


/********************* booth elements *******************/
.booth {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Geneva, Sans-serif;
	font-size: 12px;
	color: #FAE7A4;
}

.title{
	font-family: Arial, Geneva, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FAE7A4;
}

.ustat {
	font-family: Arial, Geneva, Sans-serif;
	font-size: 14px;
	color: #FAE7A4;
}

.online {
	font-family: Arial, Geneva, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00FF00;
}

.offline {
	font-family: Arial, Geneva, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

form {
	padding: 0px;
	margin: 0px;
}

hr {
	height: 1px;
	color: #37261C;
}

/* Form Elements */
.inputBtn {
	background: #37261C;
	font-family: Arial, Geneva, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C9A841;
	text-decoration: none;
	text-align: center;
	width: 65px;
	border-top: 1px solid #714E39;
	border-right: 1px solid #714E39;
	border-bottom: 1px solid #291C15;
	border-left: 1px solid #291C15;
}

.inputBox {
	color: #C9A640;
	background: #000000;
}

/****************** chat login elements *******************/
.ChatTable
{
	font-family: Arial, Geneva, Sans-serif;
	background-color: #BDBCBC;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.ChatTabTitle
{
	font-family: Arial, Geneva, Sans-serif;
	background-color: #303030;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

TR.ChatCell, TD.ChatCell, TH.ChatCell
{
	font-family: Arial, Geneva, Sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

A.ChatLink
{
	font-family: Arial, Geneva, Sans-serif;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

A.ChatLink:hover, A.ChatLink:active
{
	font-family: Arial, Geneva, Sans-serif;
	color: #C9A640;
	text-decoration: underline;
}

A.ChatReg
{
	font-family: Arial, Geneva, Sans-serif;
	text-decoration: underline;
	color: #076cb2;
	font-weight: bold;
}

A.ChatReg:hover,A.ChatReg:active
{
	font-family: Arial, Geneva, Sans-serif;
	color: #076cb2;
	text-decoration: none;
}

INPUT.ChatBox, SELECT.ChatBox, TEXTAREA.ChatBox
{
	font-family: Arial, Geneva, Sans-serif;
	color: #C9A640;
	font-weight: bold;
	background: #000000;
}

.ChatTitle
{
	font-family: Arial, Geneva, Sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.ChatError
{
	font-family: Arial, Geneva, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.ChatP2
{
	font-family: Arial, Geneva, Sans-serif;
	font-size: 12px;
	color: #000000;
}
