/**************** NEWS CONTENT START *****************/

.news-wrapper {
	font: 11px Verdana, arial, "Lucida Console", "Trebuchet MS",Tahoma, clean, helvetica, sans-serif;
	color: #8e2000;
	margin: 0 5px 0 0;
	clear: both;
	overflow: hidden;
	border: 0px solid red;
}


.news-wrapper a{
	text-decoration: none;
	color: #8e2000;
}

.news-wrapper a:hover{
	text-decoration: underline;
}

.news_head {
	font-size: 12px;
	font-weight: bold;
}

.news_postdate {
	color: #ed7200;
}

.news_thumb {
	float: left;
	margin-right: 5px;
	border: solid 3px #ccc;
}

.news_image {
	float: right;
	border: solid 3px #ccc;
}

.news_content {
	clear: both;
	height: 100%;
	overflow: hidden;
	padding: 10px 10px 25px 10px;
	background: url(img/handy_content_bgr_bottom.jpg) no-repeat left bottom;
}

.news_content_last {
	overflow: hidden;
	clear: both;
	padding: 10px 10px 10px 10px;
}

.news_par {
	padding-left: 10px; 
	height: 100%;
}

a.more {
	float: left;
	text-decoration: none;
	padding: 0 0 0 10px;
	color: #8e2000;
	font-size: 10px;
	background: url(img/news_bullet.jpg) no-repeat 0 60%;
	margin-top: 60px;
}

a.more:hover {
	text-decoration: underline;
}

.news_content a, .news_content_last a{
	color:#dd1b23;
}

.news_content .bullet, .news_content_last .bullet {
	
	vertical-align:middle;
	background:url(img/content_ul_bullet.gif) no-repeat left 0.5em;
	padding: 0px 0px 0px 13px;
	line-height: 1.6em;
}
