#news {
	position:absolute;
	top:100px;
	left:0px;
	width:956px;
	/*height:500px;*/
	overflow:hidden;
}
#news h2{
	padding:10px 0 15px 0;
	font-size:20px;
	font-weight:normal;
	color:#333;
	text-transform:uppercase;
}
#news h3{
	padding:25px 0 10px 0;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}
#news p{
	font-size:11px;
	text-transform:uppercase;
}
#news-1 {
	width:535px;
	float:left;
}
#news-2 {
	padding:155px 0 0 0;
	width:95px;
	float:left;
}
#news-2 p{
	text-align:center;
}
#news-3 {
	width:300px;
	float:right;
}
#news-imgs{
	width:100%;
	overflow:hidden;
}
#news-imgs li{
	float:left;
	padding:0 10px 8px 0;
}
#news-imgs li img{
	border:1px solid #666;
}