@charset "utf-8";
/* CSS Document */
#container{
	width:1002px;
	height:auto;
	margin:20px auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
#nav{
	width:1002px;
	height:auto;
	float: left;
}
#nav_top{
	width:1002px;
	height:40px;

}
#nav_logo{
	float:left;
	width:75px;
	height:40px;
}
#nav_logo img{
	border:0;}
#nav_title{
	float:left;
	width:175px;
	height:40px;
	font-size:13px;
	text-align: center;
	line-height: 17px;
}
#nav_title a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;}
#nav_title a:hover{
	color:#d2601a;}
#nav_list{
	float:left;
	width:750px;
	height:40px}
#nav_list ul{
	margin: 0;
	padding: 0;
}
#nav_list ul li.list{
	float:left;
	list-style:none;
	width:90px;
	height:30px;
	font-size:12px;
	text-align:center;
	margin-top: 6px;
}
#nav_list ul li.nav_blank{
	float:left;
	width:2px;
	height:30px;
	list-style:none;
	margin-top: 6px;
}
#nav_list .list a{
	color:#333333;
	font-weight:bold;
	letter-spacing:0.5px;
	text-decoration:none;
	background-color:#5990c9;
	width:90px;
	height:30px;
	line-height:30px;
	display:block;}
#nav_list .list a:hover{
	background-color:#fdb455;
	text-decoration:underline;}
#nav_bottom{
	width:1000px;
	height:28px;
	font-size:12px;
	line-height:28px;
	background-color:#fdb455;
	border:#c88038 solid 1px;
	float: left;
	text-align:center;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;}
	
#nav_bottom a{
	color:#333333;
	text-decoration:none;
}
#nav_bottom a:hover{
	text-decoration:underline;}

.blank{
	width:1002px;
	height:10px;
	float: left;
}
#main{
	width:1002px;
	height:auto;
	float: left;
}


.content{
	width:1002px;
	height:auto;
	float: left;
}
#left{
	float:left;
	width:178px;
	height:245px;
	border:#2e2526 solid 1px;
}

.left_blank{
	width:180px;
	height:7px;
	float: left;
}
.left_list{
	width:165px;
	height:35px;
	background-color:#FFF;
	font-size:14px;
	text-align:center;
	line-height:35px;
	font-weight:bold;
	float: left;
	margin-top: 12px;
}
.left_list a{
	color:#333333;
	text-decoration:none;
	}
.left_list a:hover{
	text-decoration:underline;}
