
.footer{
	height: 30px;
	width: 998px;
	border: 1px solid #FF9900;
	float: left;
	margin-top: 20px;
	text-align: center;
	color: #FF6600;
}

.footer ul  {
	margin-top: 3px;
	width: 90%;
	text-align: center;
}

.footer li{
	float: left;
	list-style-type: none;
	width: 90px;
	margin-left: 5px;
	padding: 2px;
	color: #000000;
}

.copy_right{
	color: #333;
	text-align: center;
	font-size: 12px;
	clear: both;
	float: left;
	width: 889px;
}
.nav_bar{
	
	height: 40px;
	
	}
.nav_bar li{
	float: left;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}