/* this is for the issue in firefox with the text fading when the opacity isn't 1  */
#content {
	-moz-opacity: 0.99999;
}

#latest {
	float: right;
	position: relative;
	top: -370px;
	height: 100px;
	width: 300px;
	background: #000;
}

#outer_fade, #inner_fade {
	height: 510px;
	width: 832px;
}

#inner_fade { background: transparent url(/images/fades/fade-01.jpg); }

#news {
	position: relative;
	z-index: 20;	
	margin: -98px 30px 0px 0px;
	padding: 5px 28px 5px 5px;
	width: 300px;
	height: 55px;
	float: right;
	color: #ddd;
	border: 1px solid #000;
}
* html #news {
	margin-top: -99px;
	margin-right: 2px;
}
*+html #news {
	margin-top: -99px;
}

#news img {
	float: left;
	padding: 2px;
	background: #fff;
	border: 1px solid #333;
	margin-right: 5px;
}

#news a {
	font-size: 12px;
	font-weight: bold;
	color: #eee;
}

#news a:hover { color: #fff; }

#news p {
	font-size: 11px;
}