@charset "utf-8";
/* CSS Document */


#newsmain{
	height:485px;
	width:840px;
	margin:10px 0 0 0;
	padding:0 5px;
	background-image: url(/images/news/newsbg.jpg);
	background-repeat: no-repeat;
}

#news{
	float:right;
	height:420px;
	width:750px;
}
#newspic{
	float:left;
	height:250px;
	width:280px;
}
#newstext{
	float:right;
	height:250px;
	width:450px;
}
ul.newslist{
	margin:5px 0 10px 20px;
	color: #333333;
	font-size: 0.9em;
}
ul.newslist li{
	margin:4px 0 0 20px;
	list-style-type: square;
}