body {
	margin: 0;
	font-size : 9pt;
	color: #000000;
	font-family: Arial, san-serif;
}
img {
	border: 0px;
}
a {
	color: #339933;
	outline: none;
}
table, td {
	border-collapse: collapse;
	border: #808080 1px solid;
}

.tsentrovka {
	width: 100%;
	min-width: 900px;
	max-width: 1400px;
	margin: 0 auto;
}

/* HEADER */
#header {
	height: 110px;
	padding: 0;
}
	#header .logo {
		float: left;
		width: 527px;
		height: 110px;
		background: #FFF url(/design/header.jpg) 20px 30px no-repeat;
	}
	#header .eng {
		background-image: url('/design/header_eng.jpg');
	}
		.sh_left a {
			display: block;
			position: relative;
			top: 15px;
			left: 25px;
			width: 265px;
			height: 60px;
		}
	.sh_left_eng {
		float: left;
		width: 650px;
		height: 146px;
		background: url(/design/shapka_eng.jpg) no-repeat;
	}
	.header_right {
		height: 110px;
		margin-left: 527px;
		background: url(/design/header_right.jpg) right top no-repeat;
	}

/* TOP MENU */
#menu_top {
	clear: right;
	height: 30px;
	padding-left: 20px;
	margin-bottom: 20px;
	background: #339933;
}
	#menu_top ul {
		margin: 0;
		padding: 0;
	}
	#menu_top li {
		float: left;
		list-style-type: none;
		height: 20px;
		margin: 5px 20px 5px 0;
		padding-right: 20px;
		border-right: #FFF 1px solid;
	}
		#menu_top li.no_border {
			border: 0;
		}
	#menu_top li a {
		display: block;
		float: left;
		height: 20px;
		padding: 2px 0 0;
		text-decoration: none;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
	}
	#menu_top li a:hover, #menu_top li.top_activ a {
		color: #FFEF43;
	}

#wrapper {
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
}

/* LEFT COLUMN */
#column_left {
	float: left;
	width: 200px;
	padding: 0;
}
	#column_left ul {
		margin: 12px 0 40px 0;
		padding: 0;
	}
	#column_left li {
		padding: 0 10px 5px 20px;
		margin-bottom: 5px;
		list-style-type: none;
		border-bottom: #339933 1px dotted;
	}
	#column_left li a {
		font: bold 12px Tahoma;
		color: #339933;
		text-decoration: none;
	}
	#column_left li a:hover {
		color: #447A1C;
	}
	#column_left li.activ {
		background: url(/design/bulka_menu_left.gif) 8px 4px no-repeat;
	}
	#column_left li.activ a {
		color: #447A1C;
	}
	#column_left li.activ a:hover {
		margin-left: 0;
	}
	#column_left li.border_bottom {
		border-bottom: #339933 2px dotted;
	}

	.b_left {
		text-align: center;
		margin: 10px 0;
	}
	.b_left b {
		display: block;
		margin: 15px 0 5px;
		font-size: 10px;
		font-weight: normal;
		color: #000000;
	}

/* CONTENT */
#column_center {
	margin: 0 260px 0 230px;
}
	.b-text {
		overflow: hidden;
		text-align: justify;
		line-height: 140%;
	}
	.b-text table {
		text-align: left;
	}
	.head2 {
		font-size: 14px;
		font-weight: bold;
		color: #339933;
	}
	H2 {
		font-size : 16px;
		color : #339933;
		text-align: center;
	}

/* RIGHT COLUMN */
#column_right {
	float: right;
	width: 230px;
	padding: 10px 0 0 0;
}
	#column_right p {
		text-align: center;
		margin: 0 0 10px 0;
		font-size: 10px;
	}
		#column_right p.date {
			width: 230px;
			height: 36px;
			background: url('/design/data_eng.gif') no-repeat;
		}
		#column_right p.rus {
			background-image: url('/design/data_rus.gif');
		}
	#column_right .other {
		padding-right: 30px;
	}

/* FOOTER */
#footer {
	clear: both;
	height: 20px;
	background: #99CC66;
}
	.copy {
		float: left;
		position: relative;
		top: 2px;
		padding-left: 30px;
		font-weight: bold;
		color: #FFF;
	}
	.copy a {
		color: #FFF;
		text-decoration: none;
	}
	.counter {
		position: relative;
		top: 2px;
		padding-right: 250px;
		text-align: center;
		color: #FFF;
		font-size: 10px;
	}
	.counter a {
		font-weight: bold;
		text-decoration: none;
		color: #FFF;
		font-size: 12px;
	}
	.counter img {
		vertical-align: middle;
	}

/* NEWS */
.news_title {
	height: 15px;
	margin-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	background: #99CC66 url(/design/fon_news.gif) left top no-repeat;
}
#column_right p.news {
	text-align: left;
}
	.news a {
		color: #808080;
		text-decoration: none;
		font-size: 11px;
	}
	.news a:hover {
		text-decoration: underline;
	}
	.news a:focus {
		outline: none;
	}
	.news span {
		display: block;
		padding-bottom: 10px;
		margin: 3px 0 5px;
		border-bottom: #808080 1px dotted;
	}
	.news span.bottom_news {
		margin-bottom: 15px;
		border-bottom: #99CC66 5px solid;
	}

/* CONTENT OTHER */
.ul1 {
	margin: -10px 0 0 50px;
	padding: 0;
}
ul.temat {
	font-size: 13px;
	font-weight: bold;
}
	ul.temat > li {
		margin-bottom: 10px;
	}
	ul.temat ul {
		list-style-type: none;
		margin-left: 0;
		padding-left: 30px;
		font-size: 12px;
		font-weight: normal;
	}
table.no_border, .no_border td {
	border: 0;
}
table.short_table {
	width: 420px;
}
table.long_table {
	width: 98%;
}
table.long_table td, table.short_table td {
	padding: 3px;
}

.bold_text {
	font-weight: bold;
}
.italic_text {
	font-style: italic;
}
.red {
	color: #FF0000;
}
.center {
	margin: 0 auto;
}
.topping {
	margin-top: 15px;
}
.topping2 {
	margin-top: 20px;
}
a.button_link {
	padding: 2px 4px;
	font-weight: bold;
	color: #447A1C;
	text-decoration: none;
	border: #B0FB84 1px solid;
	background: #E1E1E1;
}
	a.button_link:hover {
		border-style: dashed;
		background: #D8D8D8;
	}

.sponsor div {
	float: left;
	width: 170px;
}

.network_block {
	overflow: hidden;
	clear: both;
	margin: 10px 0;
	border-bottom: 1px dashed #339933;
}
	.network_block div {
		margin: 0 0 10px 210px;
	}
	.network_block img {
		float: left;
		margin: 0 10px 10px 0;
	}