img, table {
	border: 0px;
}

p {
	margin-bottom: 0px;
}

#container {
	margin: auto;
	width: 812px;
}

#maincontent {
	width: 408px;
	float: left;
}

#maincontent .header {
	background: #595959 url(../images/news-h.png) no-repeat;
	width: 408px;
	height: 50px;
	vertical-align: bottom;
}

#maincontent .header div {
	margin: 0px;
	padding: 18px 15px 0px 15px;
	font-size: 2.0em;
	font-weight: bold;
}

#maincontent .content {
	background: #595959 url(../images/news-c.png) repeat-y;
	width: 408px;
}

#maincontent .content .contentHolder
{
	margin: 0px;
	padding: 10px 15px 0px 15px;
}

#maincontent .footer {
	background: #595959 url(../images/news-b.png) no-repeat;
	width: 408px;
	height: 35px;
}

#headercontainer {
	background: #595959 url(../images/header.png) no-repeat;
	width: 811px;
	height: 162px;
}
#leftside, #rightside {
	width: 202px;
	float: left;
}

#leftside .header, #rightside .header {
	background: #595959 url(../images/blokg-h.png) no-repeat;
	width: 202px;
	height: 50px;
}

#leftside .header div, #rightside .header div {
	padding: 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.6em;
}

#leftside .content, #rightside .content {
	background: #595959 url(../images/blokg-c.png) repeat-y;
	width: 202px;
}

#leftside .content .contentHolder, #rightside .content .contentHolder {
	margin: 0px;
	padding: 0px 10px 0px 10px;
}


#leftside .footer, #rightside .footer {
	background: #595959 url(../images/blokg-b.png) repeat-y;
	width: 202px;
	height: 16px;
}

.newsComments {
	float: left;
	padding: 10px 0px 0px 15px;
}

.newsPosted {
	float: right;
	padding: 10px 15px 0px 0px;
}

.serverName {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 5px;
}

.faqHead {
	margin-top: 5px;
	background-color: #911c1c;
	padding: 5px 7px 5px 7px;
	font-size: 1.3em;
	font-weight: bold;
}

.faqText {
	border: 1px solid #911c1c;
	border-top: 0px;
	padding: 5px 7px 5px 7px;
	text-align: justify;
}

.urightsheader {
	padding-top: 15px;
	font-weight: bold;
}

.calendar {
	width: 100%;
}

.calendar_left, .calendar_right, .calendar_date {
	text-align:center;
}

.formErrors {
	color: red;
}

.memberstatus_caption {
	font-size: 150%;
	text-decoration: underline;
}

/*** Beepie shizzle ***/
html, body {
	background: #595959 url(../images/background.png);
	color: #000000;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
}

a, a:link, a:visited { 
	text-decoration: none; 
	border-bottom: 1px dashed;
	color: #993333;
}

a:hover { 
	color: #ff0000; 
	border-bottom: none;
}
a:active { 
	color: #993333;
}

textarea {
	border: 1px solid #B4B4B4;
	background-color: #FFFFFF;
	background-image: url(../images/tbox_bg.png);
	padding-left: 8px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;	
}
textarea:hover{ 
	background-image: url(../images/tbox_bg_hover.png); 
}

select {
	background-image: url(../images/input_bg.png);
	padding-left: 8px;
	border: 1px solid #B4B4B4;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;	
}

select:hover {
	background-image: url(../images/input_bg_hover.png);
}

input{
	border: 1px solid #B4B4B4;
	background-color: #FFFFFF;
	background-image: url(../images/input_bg.png);
	padding-left: 8px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
}

input:hover { 
	background-image: url(../images/input_bg_hover.png); 
}

option{
	background-image: url(../images/input_bg.png);
	padding-left: 8px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
}

option:hover{ 
	background-image: url(../images/input_bg_hover.png);
}