* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#151515;}
a {
	color: #151515;
	text-decoration: none;	
}
a:visited {
	color: #151515;
	text-decoration: none;	
}
a:hover {
	color: #151515;
	text-decoration: underline;	
}
h2 {
	font-size:20px;
	color:#616060;
}
.container {
	background: url(images/bg.jpg) repeat-y;
	width: 997px;
	margin:0 auto;
}
.header {
	background:url(images/header_bg.jpg) no-repeat;
	width: 100%;
	height: 354px;
}
.header_menu {
	position: relative;
	top: 325px;
	width:993px;
	padding-left:4px;
	height:20px;
}
.header_menu a {
	padding: 0px 20px 0px 20px;
	font-weight:bold;
}
.content {
	width: 997px;	
}
.content_left {
	width: 150px;
	padding: 26px 20px 10px 38px;
	float:left;
}
.content_left_2levl {
	padding-left:10px;	
}
.content_center {
	width:530px;
	padding: 26px 10px 10px 0px;
	text-align:justify;
	font-size:11px;
	float:left;
}
.content_right {
	width: 208px;
	* width: 204px;
	margin-left:775px;
	padding: 26px 0px 10px 0px;
}
.content_right_block_header {
	height:20px;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
	* margin-bottom: -20px;
}
.content_right_block_header h2 {
	font-size:19px;
	color:7e7e7e;
	font-weight:bold;
	padding-right:23px;
}
.content_right_block_header hr {
	position:relative;
	top:-4px;
	* top:-11px;
	background-color:#7e7e7e;
	height:4px;
	border:0px;
}
.content_right_block_news_date {
	font-size:14px;
	color:#9b9b9b;
	font-weight:bold;
	float:left;
	width:98px;
}
.content_right_block_news_title {
	font-size:14px;
	color:#616060;
	font-weight:bold;
	margin-left: 98px;
}
.content_right_block_news_text {
	padding-top:5px;	
}
.content_right_block_news_text hr {
	background-color:#7e7e7e;
	width: 71px;
	height:2px;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:10px;
	border:0px;
}
.content_right_block {
	text-align:right;
	text-align:justify;
	padding: 5px 23px 10px 10px;;
	
}
.content_right_block_author {
	text-align:right;
	font-weight:bold;
	
}
.footer {
	background:url(images/footer_bg.jpg) no-repeat;
	height: 177px;
}
.footer_left {
	position:relative;
	width:450px;
	left:132px;
	top:118px;	
	color: #515151;
	font-size:11px;
	font-weight:bold;
}
.footer_right {
	position:relative;
	top:110px;
	left:809px;
	width:160px;
	color: #515151;
	font-size:11px;
	font-weight:bold;
}
.footer_right a {
	color: #515151;
	text-decoration: none;	
}
.footer_right a:visited {
	color: #515151;
	text-decoration: none;	
}
.footer_right a:hover {
	color: #515151;
	text-decoration: underline;	
}


