@charset "utf-8";
/* CSS Document */
#header_bar{
	clear: both;
	float: left;
	height: 125px;
	width: 1002px;
	
}
#header_left{
width:223px;
height:204px;
float:left;
}
#header_flash
{
width:1002px;
height:125px;
float:right;
background-image:url(../images/about_02.gif);
background-repeat:no-repeat;
}
#nav{
	clear: both;
	float: left;
	height: 44px;
	width: 810px;
	
}
#nav ul{
	list-style-type: none;
	margin-top: 35px;
	padding-left:110px;
	
	
	width:810px;
	
}
#nav ul li{
	display: inline;
	color: #B38B50;
    
	height:20px;
	
	
	line-height:20px;
}
#nav ul li a:link,#nav ul li a:visited{
	font-size: 13px;
	
	
	color: #B38B50;
	text-decoration: none;
}
#nav ul li a:hover,#nav ul li a:active{
	font-size: 13px;
	
	color: #cccccc;
	text-decoration: none;
}
