@charset "utf-8";
/* CSS Document */

.left_side{
	width:835px;
	float:left;
	border-right:1px solid #e6e7e9;
	padding-right:23px;
}

.right_side{
	width:270px;
	padding-left:50px;
	border-left:1px solid #e6e7e9;
	float:left;
	margin-left:-1px;
}

.left_side a.news_item{
	color:#434343;
	font-size:14px;
	text-decoration:none;
	display:block;
	padding:30px 90px 30px 30px;
	background-color:#f8f8f9;
	margin-bottom:20px;
}

.left_side a.news_item .image{
	width:225px;
	height:225px;
	float:left;
	line-height:14px !important;
}

.left_side a.news_item .content{
	width:465px;
	float:right;
	font-family:"Helvetica", sans-serif;
	height:225px;
	position:relative;
}

.left_side a.news_item .content h1{
	font-size:22px;
	margin-top:0px;
	margin-bottom:10px;
	line-height:22px;
	font-weight:bold !important;
}

.left_side a.news_item .author{
	color:#a8a7a7;
	font-size:12px;
	line-height:12px !important;
	letter-spacing:1px !important;
	margin-bottom:20px;
}

.left_side a.news_item .content .short_news{
	font-size:16px;
	line-height:20px !important;
	letter-spacing:1px !important;
}

.left_side a.news_item .content .button{
	font-size:16px;
	line-height:20px !important;
	font-weight:bold;
	position:absolute;
	bottom:20px;
}