/* the news box */
#news {
	/*background-image: url(../markup/images/news.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	background-color: #F8F6ED;*/
	background:#f8f6ed url(../images/images08/bg-right-box-bottom.gif) no-repeat bottom;
	/*longer box*/
	height:170px;
}
#news a {
	color:#666;
}
#news ul {
	height:149px;
	padding:6px 5px 4px 14px;
}
/*#news li{
	line-height:2em;
}*/
/* the news box when JavaScript is available */
#news.hasJS {
	/*height:139px;*/
	height:170px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul {
	position:absolute;
	top:60px;
	left:0;
	margin:0;
	padding:0;
}
