.news_post_container {
	border-bottom: solid #CCC 1px;
	padding-bottom: 20px;
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	margin-top: 20px;
	min-height: 148px;
}

.news_post_container h2 {
	color: #333;
	font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: solid 3px #ff9000;
	
}

.news_post_container h3 {
	font-size: 10px;
	margin-top: 0px;
	color: #666;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.news_post_container p {
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
	padding-top: 3px;
	color: #555;
	text-align: justify;
	padding-right: 158px;
}

.news_post_picture {
	position: relative;
	top: -28px;
	left: -15px;
	border: solid 1px #ff9000;
	width: 128px;
	height: 128px;
	float: right;
	display: block;
	background-color: #FFF;
}

.news_post_full {
	border-bottom: solid #CCC 1px;
	padding-bottom: 20px;
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	margin-top: 20px;
	min-height: 148px;
	
}

.news_post_full h2 {
	color: #333;
	font-size: 32px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: solid 3px #ff9000;
	
}

.news_post_full h3 {
	font-size: 10px;
	margin-top: 0px;
	color: #666;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.news_post_body {
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
	padding-top: 3px;
	color: #555;
	text-align: justify;
	padding-right: 158px;
}

.news_post_comment {
	
}