/* the news box */
#news {
	background:#eee;
	float: right;
	width: 165px;
	margin: 10px 10px 0 0;
	display: inline;
}
#news h1 {
	margin-bottom: 0.5em;
	padding: 0 0;
}
#news ul {
	margin:0 .5em 0 1em;
	padding:0;
}
#news li {
	line-height:2em;
}
#news li.when{
	font-weight: bold;
}
/* the news box when JavaScript is available */
#news.hasJS {
	height:325px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul {
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

