/* CSS Document */

#news{
    height:1100px;
	width:980px;
	float: right;
}
#news h1{
	font-size: 100%;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #0000FF;
	color: #FFFFFF;
	text-indent: 20px;
	margin: 10px;
}
#news h1 a{
	color: #FFFFFF;
	text-decoration: none;
}
#news dl{
	width:180px;
	height:210px;
	float: left;
	
}
#news dl dd{
	height: 180px;
	width: 180px;
	margin-left: 15px;
	
}
#news dl dd img{
	display: block;
	height: 180px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
#news dl dt{
	width:170px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	line-height: 24px;
	height: 24px;
	font-weight: bold;
}
#news dl dt a{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#news p{
	float: left;
	width: 740px;
	font-size: 10pt;
	line-height: 24px;
	text-indent: 20px;
	padding: 20px;
}
#news img{
	display: block;
	float: left;
}
