@charset "utf-8";
@import url(global.css);
#content .main{
	margin-top: 47px;
	text-align: left;
	background-color: #fff;
	width: 950px;
}
#content .section {
	width:950px;
	overflow:hidden;
	border:1px #ededed solid;
	background:#FFFFFF;
	padding:0 0 8px;
}
#content h3 {
	font-size:14px;
	font-weight:bold;
}
#content .section h3 {
	color:#2887c3;
	border-left:3px #3F92C8 solid;
	padding:3px 0 3px 12px;
	margin:10px 0 0;
}
#content .section h4 {
	display:block;
	width:100%;
	border-bottom:1px solid #929698;
	margin:20px 10px 5px 10px;
}
.section p {
	text-indent:2em;
	line-height:21px;
	padding:0 10px;
}
.section ol , .section ul {
	margin:10px 46px;
}
.section li {
	list-style:square;
}
.section code {
	background-color:#3c3c3c;
	display:block;
	color:#cccccc;
	font-family:Courier New;
	margin:0 20px 10px;
	text-indent:0;
}
.banner {
	width:950px;
	height:200px;
	overflow:hidden;
	background:url('ie6banner.jpg') no-repeat;
	position:relative;
}
.banner h2, .banner p {
	display:none;
}
.banner ul{
	position:absolute;
	width:280px;
	right:99px;
	bottom:49px;

}
.banner li {
	display:block;
	width:51px;
	height:53px;
	float:left;
	margin-right:4px;
	line-height:200px;
	overflow:hidden;

}
.banner li a {
	display:block;
}
