/* 
=============================================================

=============================================================
*/

html, body {
	height: 100%;
	min-width: 1024px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-color: #f1fae5;
}
table {
	border: 0px;
	border-collapse: collapse;
}
ul, table td {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

div#news_info li {
	list-style-type: disc;
	padding-left: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 16px;
	border-bottom: 1px solid #d6ebba;
	width: 100%;
}

li {
	list-style: none;
	padding-left: 5px;
	margin-left: 12px;
	font-size: 16px;
	border-bottom: 1px solid #d6ebba;
	width: 190px
}

li:hover {
	list-style: none;
	font-size: 16px;
	background-color: #d6ebba;
}

#wrapper {
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
}

#vetka {
	background: url(../images/vetka.png) no-repeat;
	width: 100%;
	height: 85px;
}

#logo{
	background: url(../images/logo.png) no-repeat;
	width: 295px;
	height: 60px;
}

#left_logo {
	background: url(../images/left_logo.png) no-repeat;
	width: 100px;
	height: 80px;
}

#center_logo {
	background: url(../images/center_logo.png) repeat-x;
	width: 100%;
	height: 80px;
}

#right_logo {
	background: url(../images/right_logo.png) no-repeat;
	width: 100px;
	height: 80px;
}

#left_content {
	background: url(../images/left_content.png) repeat-x;
	width: 4px;
}

#top_block {
	background: url(../images/top_block.png);
	width: 220px;
	height: 30px;
}

#top_block_title {
	font-size: 18px;
	text-align: center;
	padding-top: 5px;
	color: #64974b;
}

#top_block_title_login {
	font-size: 16px;
	text-align: left;
	padding-top: 5px;
	color: #64974b;
	padding-left: 27px;
}

#top_block_title_comments {
	font-size: 16px;
	text-align: left;
	padding-top: 5px;
	color: #64974b;
	padding-left: 12px;
}

#top_block_title_comments_add {
	font-size: 16px;
	text-align: left;
	padding-top: 5px;
	color: #64974b;
	padding-left: 5px;
	padding-bottom: 5px;
}

#top_block_title_s {
	font-size: 14px;
	text-align: left;
	padding-top: 5px;
	color: #64974b;
	padding-left: 5px;
	padding-bottom: 5px;
}

#top_news_title {
	font-size: 18px;
	text-align: left;
	padding-top: 5px;
	color: #64974b;
	padding-left: 5px;
}

#top_news_info {
	font-size: 14px;
	text-align: left;
	color: #64974b;
	padding-left: 5px;
	padding-right: 5px;
}

#news_info {
	font-size: 14px;
	text-align: left;
	color: #7b966f;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#top_news_footer {
	font-size: 14px;
	text-align: left;
	color: #64974b;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	text-align: center;
}

#line {
	border: 1px solid #64974b;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#left_full {
	background: url(../images/left_full.png) no-repeat;
	width: 30px;
	height: 56px;
}

#center_full {
	background: url(../images/center_full.png) repeat-x;
	height: 56px;
}

#right_full {
	background: url(../images/right_full.png) no-repeat;
	width: 30px;
	height: 56px;
}

#center_block {
	background: url(../images/center_block.png);
	width: 220px;
	padding-bottom: 8px;
}

#down_block {
	background: url(../images/down_block.png);
	width: 220px;
	height: 30px;
}

#down_block_right {
	background: url(../images/down_block_right.png);
	width: 220px;
	height: 30px;
}

#link a {
	color: #3d7820;
	text-decoration: none;

}

#link a: visited {
	color: #3d7820;
	text-decoration: none;

}

#link a: hover {
	color: #3d7820;
	text-decoration: none;

}

#footer_img {
	background: url(../images/footer_img.png) repeat-x;
	width: 100%;
	height: 80px;
}

#footer_list {
	background: url(../images/footer_list.png) no-repeat;
	width: 20%;
	height: 80px;
}

#footer_text {
	font-size: 14px;
	text-align: left;
	color: #64974b;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 50px;
	text-align: center;
}


