*{
	margin:0px;
	padding:0px;
}
body{
	width:1000px;
	margin:0 auto;

}
ul{
	list-style-type:none;
}
#main{
	width:1000px;
}
#header{
	width:960px;
	height:116px;
	margin:0 auto;
	background:#fff url(../Images/index_01.gif) no-repeat;
}
#header ul{
	height:20px;
	width:600px;
	margin-left:200px;
	padding-top:40px;
}
#header ul li{
	float:left;
	margin-left:10px;
	width:100px;
	height:30px;
	line-height:30px;
	background:orange;
}
#header ul li a{
	text-align:center;
	text-decoration:none;
	display:block;
	color:white;
	font-size:14px;
}
#header ul li a:hover{
	font-size:16px;
}
#card{
	width:960px;
	margin:0 auto;
}
#card h2{
	font-size:12px;
	height:30px;
	width:960px;
	line-height:30px;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	border-right:1px solid #ccc;
	background:url(../Images/head_bg.gif);
}

#card h2 a{
	text-decoration:none;
	display:block;
	height:30px;
	float:left;
	

}
#card h2 img{
	float:left;
}
#content {
	width:960px;
	float:left;
	
}
#content ul{
	margin-top:20px;
	margin-left:40px;
}
#content ul li{
	height:30px;
	line-height:30px;
	background:url(../Images/title3.gif) no-repeat 0% 50%;
}
#content ul li a{
	font-size:14px;
	color:#ccc;
	text-decoration:none;
	margin-left:40px;
}
#content ul li:hover{
	background:orange;
	
}
#content ul li a:hover{
	color:white;
}
#page{
	color:#ccc;
}
#page a{
	text-decoration:none;
	color:orange;
}
#footer{
	width:1000px;
	height:100px;
	clear:both;
	margin-top:100px;
	background:white url(../Images/footer.jpg) no-repeat;
}