html
{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE */
}

body
{
	
	background: #000000 url('mainbg_all.png') no-repeat;
	background-position:top;
	background-color: #000000;
	font-size: 12px;
	margin-top: 0px;
}

div#container
{
	width: 1024px;
	margin: 0 auto;
	background: #transparent;
	overflow: auto;
	height:100%;
	position:relative;
}
h1#banner
{
	width: 954px;
	height: 201px;
	text-indent: -9999px;
    background: transparent;
	margin: 0 auto;
	clear: both;

}
div#content
{
	width: 1022px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	clear: both;
}
	div#left
	{
		width: 202px;
		float: left;
        padding-top:74px;

	}
	div#center
	{
		width: 550px;
		float: left;
		margin: 0 0 0 5px;
        padding-top:74px;

	}
	div#right
	{
		width: 260px;
		float: right;
        padding-top:74px;

	}
.side_header
{
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	width: 192px;
	height: 41px;
	line-height:58px;
	padding-top: 0 0 0 10px;
	background: url(side_header_bg.png) no-repeat;

}

.side_header2
{
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	width: 250px;
	height: 41px;
	line-height:58px;
	padding-top: 0 0 0 10px;
	background: url(side_header_bg2.png) no-repeat;

}

.side_content_menu
{
	width: 190px;
	border-left: 1px solid #1d1d1d;
	border-right: 1px solid #1d1d1d;
	border-top: 1px solid #1d1d1d;
	background: url(ucp_bg_small.png) repeat-y;
	margin: 0 0 10px 0;
    color: white;
	

}

.side_content_menu2
{
	width: 250px;
	border-left: 1px solid #1d1d1d;
	border-right: 1px solid #1d1d1d;
	border-top: 1px solid #1d1d1d;
	background: url(ucp_bg_big.png) repeat-y;
	margin: 0 0 10px 0;
    color: white;
	

}

	.side_content_menu img
	{
		display: block;
	}
.side_content
{
	width: 180px;
	padding: 10px;
	border: 1px solid #1d1d1d;
	background: #151515;
	margin: 0 0 10px 0;
	overflow: auto;

}

.center_header
{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	width: 530px;
	height: 42px;
	line-height: 42px;
	padding: 0 0 0 10px;
	background: url(center_header_bg.gif) no-repeat;
}
	.center_content
	{
		width: 530px;
		background: url(granite_03.jpg) repeat-y;
		border: 1px solid #1a1a1a;
		margin: 0 0 10px 0;
        opacity: 0.6; ;
        min-height:500px;
        padding-left:8px;
        color: white;
        text-align:left;

	}
	.center_post_img
	{
		width: 533px;
		border-top: 1px solid #1d1d1d;
		border-bottom: 1px solid #1d1d1d;
		padding: 4px 0 4px 5px;
	}
		.center_post_img img
		{
			display: block;
		}
	.news_post
	{
		width: 531px;
		padding: 7px 0 0 7px;
		background: url(content_post_bg.gif) top repeat;
		line-height: 14px;
	}
		.news_post p
		{
			margin: 0; padding: 8px 0 8px 0;
		}
		
		


#footer {
    background: url(footer.jpg) no-repeat;
    min-height:223px;
    color:silver;
	width:974px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}


#wrapper {
  position: related;
}


/*==== Begin navBarBar Styles ====*/
#nav, #nav ul {
    width:540px;
    height:43px;
    margin:0 auto;
    padding:0;
    list-style:none;

}
#nav li {
    float:left;
    position:relative;
}
#nav a {
    float:left;
    position:relative;
    height:20px;
    text-decoration:none;
    font:bold ;
    text-align:center;
    color:#FFF;
}
#nav a:active,
#nav a:focus,
#nav a:hover { /*style for images off */
    color:#000;

    text-decoration: none;
    cursor:pointer; /* IE6/7 need this */
}
/*--- Set z-indexes manually for IE ---*/
#home {z-index:6}
#guides {z-index:5}
#download {z-index:4}
#rankings {z-index:3}
#screenshots {z-index:2}
#donate {z-index:1}

/* all the anchor widths change on hover */
#home a {width:65px;}
#guides a {width:67px;}
#download a {width:98px;}
#rankings a {width:91px;}
#screenshots a {width:115px;}
#donate a {width:98px;}

/* increase widths by 8px on hover */
#home a:hover {width:65px;}
#guides a:hover {width:67px;}
#download a:hover {width:98px;}
#rankings a:hover {width:91px;}
#screenshots a:hover {width:115px;}
#donate a:hover {width:98px;}

#nav a span {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:43px;/*image height*/
    font-size:0;
}

#home a span {background:url(menu_bar.png) no-repeat -4px -7px;}
#guides a span {background:url(menu_bar.png) no-repeat -69px -7px;}
#download a span {background:url(menu_bar.png) no-repeat -135px -7px;}
#rankings a span {background:url(menu_bar.png) no-repeat -233px -7px;}
#screenshots a span {background:url(menu_bar.png) no-repeat -324px  -7px;}
#donate a span {background:url(menu_bar.png) no-repeat -439px -7px;}

#home a:hover span {
    width:65px;
    background-position:-4px -50px;
}
#guides a:hover span {
    width:67px;
    background-position:-69px -50px;
}
#download a:hover span {
    width:98px;
    background-position:-135px -50px;
}
#rankings a:hover span {
    width:91px;
    background-position:-233px -50px;
}
#screenshots a:hover span {
    width:115px;
    background-position:-324px  -50px;
}
#donate a:hover span {
    width:98px;
    background-position:-439px -50px;
}
/*==== Dropdown Styles ====*/
#nav ul.rankings {
    position:absolute;
    top:40px;
    left:2px;
    width:120px;
    height:115px;
    margin:0 0 0 -999em;/*hide the dropdown*/
    background-image:none;
    background-color:#111111;
    border: solid 1px #000;
}

#nav ul.screenshots{
    position:absolute;
    top:40px;
    left:2px;
    width:120px;
    height:50px;
    margin:0 0 0 -999em;/*hide the dropdown*/
    background-image:none;
    background-color:#111111;
    border: solid 1px #000;
}

#nav ul.guides{
    position:absolute;
    top:40px;
    left:2px;
    width:140px;
    height:155px;
    margin:0 0 0 -999em;/*hide the dropdown*/
    background-image:none;
    background-color:#111111;
    border: solid 1px #000;
}


#nav ul.download{
    position:absolute;
    top:40px;
    left:2px;
    width:120px;
    height:30px;
    margin:0 0 0 -999em;/*hide the dropdown*/
    background-image:none;
    background-color:#111111;
    border: solid 1px #000;
}

#nav ul.donate{
    position:absolute;
    top:40px;
    left:2px;
    width:105px;
    height:70px;
    margin:0 0 0 -999em;/*hide the dropdown*/
    background-image:none;
    background-color:#111111;
    border: solid 1px #000;
}



#nav li:hover ul,
#nav li.sfhover ul {
    margin-left:0;/*reveal the dropdown*/
}
#nav li#screenshots:hover span,
#nav li#screenshots.sfhover span{ /*hold the BG image open on the sublist parent*/
    width:120px;
    background:url(menu_bar.png) no-repeat -324px  -50px;
}
#nav li#screenshots li a {
    height:auto;
    width:100px;
    padding:2px 10px;
    background:none;
    color:#FFF;
    text-align:left;
    font:bold .9em/1.5 arial;
}
#nav li#screenshots li a:hover {
    background:#0d0d0d;
    color: gold;
    text-decoration:none;
}




#nav li#rankings:hover span,
#nav li#rankings.sfhover span{ /*hold the BG image open on the sublist parent*/
    width:96px;
    background:url(menu_bar.png) no-repeat -233px -50px;
}
#nav li#rankings li a {
    height:auto;
    width:100px;
    padding:2px 10px;
    background:none;
    color:#FFF;
    text-align:left;
    font:bold .9em/1.5 arial;
}
#nav li#rankings li a:hover {
    background:#0d0d0d;
    color: gold;
    text-decoration:none;
}

#nav li#guides:hover span,
#nav li#guides.sfhover span{ /*hold the BG image open on the sublist parent*/
    width:67px;
    background:url(menu_bar.png) no-repeat -69px -50px;
}
#nav li#guides li a {
    height:auto;
    width:120px;
    padding:2px 10px;
    background:none;
    color:#FFF;
    text-align:left;
    font:bold .9em/1.5 arial;
}
#nav li#guides li a:hover {
    background:#0d0d0d;
    color: gold;
    text-decoration:none;
}



#nav li#download:hover span,
#nav li#download.sfhover span{ /*hold the BG image open on the sublist parent*/
    width:98px;
    background:url(menu_bar.png) no-repeat -135px -50px;
}
#nav li#download li a {
    height:auto;
    width:100px;
    padding:2px 10px;
    background:none;
    color:#FFF;
    text-align:left;
    font:bold .9em/1.5 arial;
}
#nav li#download li a:hover {
    background:#0d0d0d;
    color: gold;
    text-decoration:none;
}



#nav li#donate:hover span,
#nav li#donate.sfhover span{ /*hold the BG image open on the sublist parent*/
    width:98px;
    background:url(menu_bar.png) no-repeat -439px -50px;
}
#nav li#donate li a {
    height:auto;
    width:85px;
    padding:2px 10px;
    background:none;
    color:#FFF;
    text-align:left;
    font:bold .9em/1.5 arial;
}
#nav li#donate li a:hover {
    background:#0d0d0d;
    color: gold;
    text-decoration:none;
}


input,select,textarea,.thead ,legend , option{	border: #f8f8f8 1px solid;
	background-color:#3e3e3e;
	
	font-size:9pt;
	color: #ffffff;
	font-weight:normal;
	
	
	}

fieldset {
	color: #FFFFFF;
	background-color:#000000;
	border: #FAE00F 1px solid;
	#background-image:url(bg.jpg);
	filter: alpha(opacity:75);
		padding: 2px 2px 2px 2px;
	-moz-opacity:.75;
	opacity:.75;
	position: relative; margin-top:1em; padding-top:.75em;

}

.alt1 {
	background-color:#111111;
}
.alt2 {
	background-color:#111111;
}
a:link
{ 
	color: #FAE00F; 
	text-decoration: none; 
}

a:visited
{ 
	color: #FAE00F; 
	text-decoration: none; 
}

a:active
{ 
	color: #FAE00F; 
	text-decoration: none; 
}

a:hover
{ 
	color: #FFFFFF;
	text-decoration: none; 
}


form {
	display: inline;

}
.tagline
{
	
	font-family: Trebuchet MS;
	color: #00297A;
	font-size: 10px;
	font-weight: normal;
}

.thead2
{
	background-color: #000000;
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}
.headerlight
{
	
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: normal;
}

.banned
{
	
	font-family: Trebuchet MS;
	color: #cc0033;
	font-size: 12px;
	font-weight: underline;
}
.admin
{
	
	font-family: Trebuchet MS;
	color: #0033FF;
	font-size: 12px;
	font-weight: bold;
}
.gm
{
	
	font-family: Trebuchet MS;
	color: #FF00CC;
	font-size: 12px;
	font-weight: bold;
}
.normal
{
	
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}




.note {
	clear:both;
	color:#333333;
	font-size:8pt;
	padding:5px;
	text-align:center;
}

span5 {
  color: silver;
  font-family:Trajan Bold_font;
  font-size:12px;
}







		