/* CSS Document */

/*基本信息*/
body {font:12px Tahoma;margin:0px;text-align:center; padding:0px; 
 background:#FFFFFF;
}

　　/*页面层容器*/
#container {width:980px; margin:10px auto;}



　　/*页面头部*/
#Header{
	width:980px;
	height:100px;
	
	
}
.container
{
width:960px;

}

#clear { clear:both; }

　　/*页面主体*/
#PageBody {width:960px; height:auto;
	margin:auto;
	padding:10px;}

#d1{
	width:340px;
	height:396px;
	text-align:center;
	float:left;
	
	}
#d2{
width:344px;
height:396px;
text-align:center;
float:left;
}
#d3{
width:206px;
height:396px;
text-align:center;
margin-left:20px;
margin-right:20px;
float:left;
}
#d4{
	width:250px;
	height:263px;
	background-color:#D4D2D3;
	text-align:center;
	float:left;

}
#d
{
	float:left;

}

#d5
{
	width:262px;
	height:262px;
}
#d6
{
	
}

　　/*页面底部*/
#Footer {width:960px;margin:10px;height:50px;}



a {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a:hover {           
text-decoration: none;
color: #FF0000;
}