
 .news_block
	{
	position: relative;
	margin: 15px 0px;
	min-height: 150px;
	}

 .news_picture
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	border-radius: 3px;
	}
/*
 .news_picture:hover
	{
	opacity: 0.6;
	filter: alpha(opacity = 60);
	}
*/
 .news-info
	{
	margin-left: 200px;
	padding-bottom: 30px;
	min-height: 150px;
	}

 .news_title
	{
	display: block;
	margin-bottom: 10px;
	padding: 0px 10px;
	background-color: #415b00;
	box-shadow: 2px 2px 5px #415b00;
	-webkit-box-shadow: 1px 1px 3px #819b30;
	border-radius: 3px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	}

 .news_author
	{
	font-weight: bold;
	color: #415b00;
	}

 .news_date
	{
	margin-left: 10px;
	color: black;
	font-size: 11px;
	font-weight: normal;
	/*float: right;*/
	}

 .news_text
	{
	margin-top: 10px;
	color: #232323;
	font-family: Arial;
	line-height: 19px;
	}

 .read_more
	{
	display: block;
	float: right;
	text-decoration: none;
	color: #417b00;
	}

 .read_more:hover
	{
	text-decoration: underline;
	}

 .return
	{
	display: block;
	margin: 10px 0px;
	}

 .subscribe
	{
	display: block;
	margin-bottom: 10px;
	}

 .subscribe:hover
	{
	text-decoration: underline;
	}
