.news_box {
	position: relative;
	width: 80%;
	margin: 10px;
	border: 1px solid #ddd;
}

.news_featured{
	float: left;
	margin-bottom: 10px;
	/*height: 101px;
	width: 215px;
	margin: 8px 0;*/
}

.news_featured_top{
	width: 215px;
	height: 16px;
	background: url('../img/bg/news_box_top.png') 0px 0px no-repeat;
}

.news_featured_top div{
	padding-top: 2px;
	padding-right: 5px;
	width: 94%;
	font-family: Verdana;
	font-size: 9px;
	color: #FFF;
	text-align: right;
}

.news_featured_middle{
	width: 215px;
	margin: 0 0 0 0;
	background: url('../img/bg/news_box_middle.png') 0px 0px repeat-y;
}

.news_featured_middle p{
	width: 190px;
	margin: 0 0 0 10px;
	color: #FFF;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	line-height: 10px
}

.news_featured_bottom{
	width: 215px;
	height: 41px;
	background: url('../img/bg/news_box_bottom.png') 1px 0px no-repeat;
}

.news_featured_bottom a{
	margin: 70px 0 0 75px;
	color: blue;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
}

.news_featured_bottom .box_link{
	padding-top: 25px;
}

.news_box .news_title {
	height: 15px;
	width: 100%;
	font-family: Verdana;
	text-align: left;
	font-size: 11px;
	position: absolute;
	background: #eee;
}

.news_title a{
	color:#333333;
}

.news_box p{
	margin: 15px 5px 0 5px;

}

.news_continue {
	text-align: right;
	display: block;
	width: 100%;
}

.news_continue a {
	margin: 5px;
	font-size: 10px;
	font-family: Verdana;
}

#moreNews{
	margin: 50px auto;
	width: 80%;
	text-align: center;
	border-bottom: 2px solid gray;
}