@charset "UTF-8";
/* CSS Document */

#news_box {
	background:url(/images/boxes/news.jpg);
	border:none;
	width:317px;
	height:317px;
	overflow:hidden;
}

#more_news {
	position:absolute;
	border:none;
	width:110px;
	height:15px;
	margin:20px 0px 0px 193px;
	z-index:2;
}

.headline_spacer {
	height:8px;
	margin:0px 0px 0px 0px;
}

.headline_wrapper {
	display:table;
	margin:0px 0px 0px 62px;
}

.headline {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#FFF;
	line-height:15px;
	width:250px;
	height:30px;
	display:table-cell; 
	vertical-align:middle;
}

.top_headline_spacer {
	height:39px;
	position:relative;
}




