#content2rightnews {
	width:259px;
	padding:0 0 5px 0;
	margin:0;
	float:right;
}


.scrollheader 
{
font-family: Arial, Helvetica, sans-serif;
	width:257px;
	background:#eee;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	margin: 0;
	padding:5px 0px 5px 0;
	background:#F4F4F4;
	font-style: normal;
	font-weight: bold;
	border-left:1px solid #000000;
border-top:1px solid #000000;
border-right:1px solid #000000;
	text-align:center;
}
/* the news box */
#news
{
	width:257px;
	background:#F4F4F4;
	border:1px solid #000000;
}

#news a  {
	text-decoration: none;
	color:#000000;
}
#news a:hover {
	color:#000000;
	text-decoration : underline;
}

#news ul
{
	margin:0 .5em 0 1em;
	padding:5px 0px 0 0;
}

#news li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding:0px 0px 10px 48px;
	text-align: center;
	line-height:2em;
	list-style: none;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:133px;
	overflow:hidden;
	position:relative;
	background-image: url(../images/dark-curtains2.jpg);
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:133px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}