/* NewsBox Styling */
#newsbox{
	background: #EFEFEF;
	height: auto;
}
	#newsbox .inner{
		padding: 14px;
	}
	
	#newsbox .desc h1{
		color: #333333;
		font-size: 24px;
		padding: 10px 0px 10px;
	}
	
	#newsbox .desc{
		color: #333333;
		font-size: 12px;
		line-height: 18px;
		height: 140px;
	}
	
	#newsbox .desc .more{
		font-weight: bold;
	}
	
	#newsbox a:link,
	#newsbox a:hover,
	#newsbox a:visited{
		color: #333;
	}
	