* { padding: 0; margin: 0; }

body {
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #1d1d1d;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
#wrapper {
	margin: 0 auto;
	width: 993px;
}
#header {
	color: #333;
	width: 989px;
	float: left;
	position: relative;
	display: table;
	margin-top: 5px;
	padding-bottom: 5px;
}
#leftcolumn {
	color: #333;
	width: 170px;
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#content {
	float: left;
	color: #333;
	width: 620px;
	display: inline;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#rightcolumn {
	color: #333;
	width: 170px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#footer {
	width: 993px;
	color: #FFFFFF;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	background-image: url(/global/images/flat/images/footer.jpg);
	background-repeat: no-repeat;
	height: 32px;
	clear:both;
	text-align: center;
}
#cbox {
	width: 620px;
	float: left;
	color: #fff;
	padding-bottom: 11px;
}
#ctop {
	background-image: url(/global/images/flat/images/template_08.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 36px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 20px;
}
#cbg {
	background-image: url(/global/images/flat/images/index_14.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
	width: 600px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	position: relative;
	clip : auto;
	margin: 0 auto;
	
	} 

#cbg p {
    padding-left: 20px;
    margin-right: 15px;
}

#cbottom {
	background-image: url(/global/images/flat/images/index_23.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 19px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
}
#sbox {
	width: 170px;
	float: left;
	color: #fff;
	padding-bottom: 11px;
}
#stop {
	background-image: url(/global/images/flat/images/template_06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 36px;
	width: 173px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#stop p, #ctop p {
	padding-top: 13px;
	padding-left: 15px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#ctop p {
	padding-left: 0;
}

#sbg {
	background-image: url(/global/images/flat/images/index_13.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
	width: 157px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 8px;
	padding-left: 8px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#sbottom {
	background-image: url(/global/images/flat/images/index_19.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 16px;
	width: 173px;
	margin-right: 0px;
	margin-left: 0px;
	margin: 0 auto;
}
#nbox {
	width: 993px;
	float: left;
	color: #fff;
	width: 983px;
	float: left;
	height: 49px;
}
#nbg {
	background-image: url(/global/images/flat/images/index_04.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 993px;
	color: #FFFFFF;
	height: 42px;
}

.indentmenu{
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
position: relative;
padding-top: 8px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*dark purple border*/
	border-width: 1px 0;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	color: white;
	text-decoration: none; /*dark purple divider between menu items*/
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #333333; /*dark purple divider between menu items*/
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-position: center center;

}

.box_subject
{
	background-color: #1B1B1B;
}

	/* -------------------------------- */
	/* FORUMS   						*/
	
	.catMain {
		background:#2D2D2D;
	}
	.catMainSub {
		background:#202020;
	}
	.catSub {
		background:#2D2D2D;
	}

	
	.threadSticky {
		background:#2D2D2D;
	} 	
	
	
	.threadWrapper {
		border-style:none;	
	}
	.postTimestamp {
		background:#2D2D2D;
		border-style:none;
	}
	.postAuthor {
		background:#161616;
	}
	.postContent {
		background:#202020;
	}
	.postFooter {
		background:#202020;
	}
	
	.media{
	font-family:Arial, Helvetica, sans-serif;
	background: #323232;
	border: 2px solid #666666;
}