

.left{ float:left;}
.left2{ float:left; width:auto;}
.right{ float:right;}
.clear{ clear:both;}
#header{ 
	width:959px;
	float:left;
	background:url(../images/header-bg.jpg) repeat-x;
	height:64px;
	border-right:#03274b 1px solid;
	overflow:hidden;
}
.header_h1{
	width:470px;
	padding:50px 0px 0px 80px;
	color:#FFFFFF;
	font:bold 11px Arial, Helvetica, sans-serif;
	position:absolute;
	z-index:50;
	letter-spacing:4px;
}
#nav{ 
	width:960px;
	float:left;
	background: url(../images/nav-bg.jpg);
	height:40px;
}
#nav ul{
	list-style-type:none;
	width:930px;
}
#nav ul li{
	display:inline;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}
#nav ul li a{
	display: block;
	float:left;
	color:#bfbdbd;
	background:url(../images/devider.jpg) no-repeat right;
	font:normal 11px/40px Verdana, Arial, Helvetica, sans-serif;
	float:left;
	padding:0px 10px;
	text-decoration:none;
	
}
#nav ul li a:hover{
	color: #CCCC00;
}


#footerforum{ 
	width:960px;
	float:left;
	background:#000000 url(../images/footer-line.jpg) repeat-x top;
	padding:10px 0px;
	text-align:center;
	color:#bfbdbd;
	line-height:22px;
}
#footerforum a{ 
	color:#bfbdbd;
	text-decoration:none;
}
#footerforum a:hover{ 
	color:#bfbdbd;
	text-decoration:none;
	color: #3399CC;
}

