body {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	background-attachment:fixed;
	background-color:#000;
	background-repeat:repeat-y;
	background-position:top center;
	background-image:url(/images/background.gif);
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
}

/*-----------------------------------------------------------*/
h1, h2, h3, h4 {
	font-weight:bold;
	color:#FF9900;
}
h1 {
	font-size:17px;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:13px;
}
h4 {
	font-size:11px;
}
/*-----------------------------------------------------------*/
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
}
/*-----------------------------------------------------------*/
a:link, a:visited {
	color: #519238;
	text-decoration: underline;
}
a:hover, a:active {
	color: #AA6622;
	text-decoration: none;
}
.main-tile { 
	background-color:#000;
	background-image: url(/forum/style/Splitterz/bg_main_item.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-left:1px solid #444;  
	border-right:1px solid #444;
}
.main-tile-content {
	padding:10px; 
}
#mainCol {
	width:790px;
	float:left;
	text-align:left;
}
#rightCol {
	width:170px;
	float:right;
	text-align:left;
}
#rightCol h1{
	margin:0px;
	padding:3px;
	background-image:url(/forum/style/Splitterz/bg_navlinks.gif);
	background-repeat:repeat-x;
}
#rightCol h2,
#rightCol h3,
#rightCol h4 {
	color:#fff;
}
#topBar { 
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 89; /* 1 less than the lowest popup Z index; */
	margin:0px; 
	text-align:center;
}
body>div#topBar
{
	position: fixed;
} 
#topBarContent { 
	width: 970px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-image:url(/forum/style/Splitterz/bg_navlinks.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:26px;
	border-bottom:5px solid #3e3e3e;
}
#topBarContent p {
	margin:0px ;
	padding:7px 14px 7px 14px;
	display:block;
	float:left;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	border-left:1px solid #000;
}
#topBarContent p:first-child {
	border-left:none;
	background-image:url(/forum/style/Splitterz/bg_navlinks_left.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#topBarContent p:last-child {
	background-image:url(/forum/style/Splitterz/bg_navlinks_right.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	float:right;
}
#topBar a:link,
#topBar a:active,
#topBar a:visited {
	text-decoration:none;
	color:#999;
}
#topBar a:hover {
	text-decoration:none;
	color:#fff;
}
#topBar p.isactive a:link , #topBar p.isactive a:visited  {
	color:#fff;
}
#topBar p.isnew a:link , #topBar p.isnew a:visited  {
	color:#ff0;
}
/*-----------------------------------------------------------*/
#contentheader {
	background-image:url(/images/splitterz_header.gif);
	background-repeat:no-repeat;
	height:96px; 
	overflow:hidden; 
	margin-top:0px; 
	background-color:#000;
	width:790px;
}
#footerBar {
	float:left;
}
#newsItem {
	min-height:150px;	
}
/*-----------------------------------------------------------*/
#modalScreen,
#modalModalScreen {
	background-color:#999999;
	border:0px;
	display:none;
	height:0px;
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	width:0px;
	z-index:90;
	
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
#modalWindowShadow,
#modalModalWindowShadow {
	background-color:#666666;
	border:0px;
	display:none;
	height:0px;
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	width:0px;
	z-index:91;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
#modalWindow,
#modalModalWindow {
	background-color:#000;
	border:1px solid #3c3c3c;
	display:none;
	height:0px;
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	text-align:center;
	top:0px;
	width:0px;
	z-index:92;
}
#modalModalScreen {
	z-index:100;
}
#modalModalWindowShadow {
	z-index:101;
}
#modalModalWindow {
	z-index:102;
}

#modalBar,
#modalModalBar {
	background-color:#000;
	background-attachment:scroll;
	background-image:url(/forum/style/Splitterz/bg_navlinks.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border:0px;
	color:#f90;
	height:18px;
	margin:0px;
	padding: 0px 2px 0px 2px;
}
#modalContent,
#modalModalContent {
	border:0px;
	margin:0px;
	padding:0px;
}
#modalBar p,
#modalModalBar p{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	color:#f90;
}
#modalBar a:link,
#modalBar a:visited,
#modalModalBar a:link,
#modalModalBar a:visited
{
	color:#f90;
	text-decoration:underline;
}




