body {
	background: url('/gfx/background.gif') repeat-x top #210000;
	color: #969696;
	text-align: center;
}

* {
	border: none;
	padding: 0;
	margin: 0;
}

h1 {
	background-color: inherit;
	color: #c8c8c8;
	font-family: georgia, arial, verdana, tahoma, "trebuchet MS", sans-serif;
	font-size: 1.04em;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 10px 0;
}

h2 {
	background-color: inherit;
	color: #c8c8c8;
	font-family: georgia, arial, verdana, tahoma, "trebuchet MS", sans-serif;
	font-size: 1.04em;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
}

h3 {
	background-color: inherit;
	color: #d5d5d5;
	font-family: georgia, arial, verdana, tahoma, "trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 10px 0;
}

#wrapper {
	background: url('/gfx/wrapper_bg.gif') repeat-y top center;
	margin: auto;
	width: 950px;
}

#center-bg {
	background: url('/gfx/center_bg.gif') top center no-repeat;
}

#content-left {
	float: left;
	width: 225px;
}

#menu ul {
	list-style: none;
	text-align: left;
}

#menu ul li {
	margin: 0 0 0 8px;
	height: 22px;
}

#menu ul li.last {
	height: 19px;
}

#menu a {
	background: url('/gfx/menu_bg.gif') no-repeat;
	display: block;
	height: 22px;
	padding: 3px 0 0 30px;
	width: 213px;
}

#menu a:hover {
	background: url('/gfx/menu_bg_over.gif') no-repeat;
}

#content-left img {
	margin: 0 0 0 1px;
}

#content-left-forum {
	text-align: left;
	padding: 0 0 0 38px;
}

#content-left-login {
	text-align: left;
	padding: 0 0 0 38px;
}

#content-center {
	float: left;
	width: 490px;
}

#content-center-forum {
	float: left;
	width: 700px;
}

#content-center #box-wrapper {
	margin: 20px 10px 10px 10px;
}

#content-right {
	float: left;
	width: 200px;
}

.box-content {
	background: url('/gfx/box_bg.gif') repeat-y top center;
	text-align: left;
	width: 489px;
}

.box-content-wrapper {
	padding: 5px 20px 5px 20px;
}

#banner-right {
	margin: 15px 0 0 45px;
}

.list {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

.list li{
	background-image: url('/gfx/icons/list.gif');
	background-position: 0px 6px;
	background-repeat: no-repeat;
	list-style: none;
}

.list span {
	margin: 0 0 0 10px;
}

.leftside-splitter {
	padding: 10px 0 10px 0;
}

.rightside-splitter {
	margin: 15px 0 0 17px;
}

.form-text-medium {
	background-color: #18191d;
	border: 1px solid #8b8b8b;
	color: #797979;
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 1px;
	width: 144px;

}

input.submit-normal {
	background: url('/gfx/submit_bg.gif') repeat-x #2d2e34;
	border: 3px double;
	border-color: #18191d #18191d #18191d #18191d;
	color: #a6a6a6;
	cursor: pointer;
	float: right;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0 40px 0 0;
	padding: 0;
}

input.submit-normal:hover {
	border-color: #141415 #141415 #141415 #141415;
}

#footer {
	text-align: center;
}