a {
	color: #e6ce4c;
	text-decoration: none;
}

a:hover {
	color: #e6ce4c;
	text-decoration: underline;
}

.side a, a.side {
	color: #e6ce4c;
	text-decoration: none;
}

.side a:hover, a:hover.side {
	color: #e6ce4c;
	text-decoration: underline;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background : #222 url(images/bg.jpg) center fixed;
	margin: 5px;
}

hr {
	height : 1px;
	color  : #333;
	background-color : #333;
	border : 0;
	margin : 10px;
}

hr.side-hr {
	height : 1px;
	color  : #000;
	background-color : #000;
	border : 0;
	margin : 10px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #04688d;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #e6ce4c;
	background-color: #000;
	border: 1px solid #333;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e6ce4c;
	background-color: #000;
	height: 20px;
	border: 1px solid #444;
	padding: 2px;
	margin-top: 2px;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #000;
	border: 1px solid #444;
	margin-top: 2px;
}

.bbcode-popup {
	font-size: 11px;
	color: #fff;
	background-color: #000;
	padding: 4px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e6ce4c;
	background-color: #000;
	border: 1px solid #444;
	padding : 2px;
}

/* Header and footer properties */

#sub_middle ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#sub_middle a {
	color: #e6ce4c;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
}

#sub_middle a:hover {
	background: #e6ce4c;
	color: #000;
	padding: 4px 6px 4px 6px;
}

#sub_middle li {
	float: left;
	margin: 0;
	padding: 0;
}

#sub-header ul li.first-link .bullet {
	display: none;
}

.full-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #fff;
	padding: 5px 0 10px 0;
}

.main-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	background-color: #fff;
	padding: 5px;
}

.bottom-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #555;
	padding: 4px 4px 5px 4px;
}

/* Side-Panel properties */

.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.main-title {
	font-size: 11px;
	font-weight : bold;
	color : #e6ce4c;
}

.main-body {
	font-size: 12px;
	line-height : 20px;
	color : #fff;
	padding : 5px 0 5px 0;
}

.side-title {
	font-size: 12px;
	font-weight : bold;
	color : #bbb;
}

.side-body {
	font-size: 11px;
	line-height : 18px;
	color : #bbb;
	padding : 5px 0 5px 0;
}

/* Center-Panel properties */

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #e6ce4c;
	background-color: #000;
	border: 1px solid #333;
	padding: 3px 4px 5px 4px;
	margin : 10px 0 10px 0;
}

.main-bg {
	color: #555;
	background-color: #fff;
	padding: 10px 0 5px 0;
}

/* General table properties */

.center {
	margin: 0 auto;
}

.tbl-border {
	border: 1px solid #333;
}

.tbl {
	font-size: 12px;
	color: #fff;
	padding: 4px;
}

.tbl1 {
	font-size: 12px;
	color: #fff;
	padding: 4px;
}

.tbl2 {
	font-size: 12px;
	color: #fff;
	background-color: #000;
	padding: 4px;
}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #bbb;
	background-color: #111;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #bbb;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #333;
}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}

.comment-name {
	font-weight: bold;
	color: #e6ce4c;
}

.shoutboxname {
	font-weight: bold;
	color: #e6ce4c;
}

.shoutbox {
	color: #bbb;
}

.shoutboxdate {
	font-size: 10px;
	color: #999;
}

.small {
	font-size: 11px;
	font-weight: normal;
}

.small2 {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

.side-small {
	font-size: 11px;
	font-weight: normal;
	color: #bbb;
}

.side-label {
	font-size: 12px;
	font-weight: bold;
	color: #bbb;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 12px;
	font-weight: bold;
	color: #bbb;
	margin: 0;
	padding: 4px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #e6ce4c;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #e6ce4c;
	background-color: #000;
}

/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #f6a504;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #f6a504;
	margin: 2px;
	text-decoration: none;
}

#top_left {
	width : 8px;
	height : 8px;
	background : url(splices/tl.png) no-repeat;
}

#top_middle {
	height : 8px;
	background : url(splices/tm.png) repeat-x;
}

#top_right {
	width : 8px;
	height : 8px;
	background : url(splices/tr.png) no-repeat;
}

#top_middle_left {
	width : 8px;
	background : url(splices/tml.png) repeat-y;
}

#top_middle_middle {
	background : url(splices/tmm.png);
	padding : 10px;
}

#top_middle_right {
	width : 8px;
	background : url(splices/tmr.png) repeat-y;
}

#top_bottom_left {
	width : 8px;
	height : 2px;
	background : url(splices/tbl.png) no-repeat;
}

#top_bottom_middle {
	height : 2px;
	background : url(splices/tbm.png) repeat-x;
}

#top_bottom_right {
	width : 8px;
	height : 2px;
	background : url(splices/tbr.png) no-repeat;
}

#sub_left {
	width : 7px;
	height : 26px;
	background : url(splices/sbl.png) repeat-y;
}

#sub_middle {
	height : 26px;
	background : url(splices/sbm.png) repeat;
}

#sub_right {
	width : 7px;
	height : 26px;
	background : url(splices/sbr.png) repeat-y;
}

#middle_top_left {
	width : 186px;
	height : 2px;
	background : url(splices/mtl.png) no-repeat;
}

#middle_top_middle {
	height : 2px;
	background : url(splices/mtm.png) repeat-x;
}

#middle_top_right {
	width : 186px;
	height : 2px;
	background : url(splices/mtr.png) no-repeat;
}

#middle_left {
	width : 170px;
	background : url(splices/ml.png) repeat-y;
	padding : 5px 5px 5px 11px;
}

#middle_middle {
	font-size : 12px;
	background : url(splices/mtm.png) repeat;
	padding : 0 10px 0 10px;
}

#middle_right {
	width : 170px;
	background : url(splices/mr.png) repeat-y;
	padding : 5px 11px 5px 5px;
}

#middle_bottom_left {
	width : 186px;
	height : 22px;
	background : url(splices/mbl.png) no-repeat;
}

#middle_bottom_middle {
	height : 22px;
	background : url(splices/mbm.png) repeat-x;
}

#middle_bottom_right {
	width : 186px;
	height : 22px;
	background : url(splices/mbr.png) no-repeat;
}

#bottom_middle_left {
	width : 5px;
	background : url(splices/bml.png) repeat-y;
}

#bottom_middle_middle {
	font-size : 11px;
	text-align : center;
	color : #fff;
	background : url(splices/mtm.png) repeat;
	padding : 0 5px 5px 5px;
}

#bottom_middle_right {
	width : 5px;
	background : url(splices/bmr.png) repeat-y;
}

#bottom_left {
	width : 5px;
	height : 5px;
	background : url(splices/bbl.png) no-repeat;
}

#bottom_middle {
	height : 5px;
	background : url(splices/bbm.png) repeat-x;
}

#bottom_right {
	width : 5px;
	height : 5px;
	background : url(splices/bbr.png) no-repeat;
}