@charset "utf-8";
/* CSS Document */
#header_bar{
	clear: both;
	float: left;
	height: 204px;
	width: 1004px;
	
}
#header_left{
width:223px;
height:204px;
float:left;
}
#header_flash
{
width:auto;
height:204px;
float:right;
}
#nav{
	clear: both;
	float: left;
	height: 44px;
	width: 1003px;
	background-image: url(../images/index_02.gif);
	background-repeat: no-repeat;
	text-align:center;
}
#nav ul{
	list-style-type: none;
	margin-top: 6px;
	width:1003px;
	
}
#nav ul li{
	display: inline;
	color: #FFFFFF;
  
	height:30px;
	padding-left:10px;
	padding-right:10px;
	
	line-height:30px;
}
#nav ul li a:link,#nav ul li a:visited{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover,#nav ul li a:active{
	font-size: 15px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	}
