/* the news box */
#news
{
	width:190px;
	border: 1px none #AAAAAA;
}
#news a
{
	color:#3988D7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 16px;
}
#news a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#news ul
{
	padding:0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0em;
}
#news li{
	display: block;
	padding-bottom: 30px;
	color:#3988D7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 16px;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:320px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
#news p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #3988D7;
}
.everything #wider {
	width: 795px;
}
