html, body {
		background-color: #000000;
		margin:0px;
		width: 100%;
		height: 100%;
		background-image: url('image/bg.jpg');
		background-repeat: no-repeat;
		background-position: top center;
		background-attachment: fixed;
	}
.full {
	height: 100%;
	position: absolute;
	left:50%;
}
.box {
	position:absolute;
	left:-250px;
	
	width:530px;
	border:0px;
	background-color: #191919;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
	background-image: url('image/znak.jpg');
	background-repeat: no-repeat;
	background-position: 335px 60px;
}
.tbox {
	width:100%;
	vertical-align:top;
	padding:0px;
	margin:0px;
	height:103px;
	background-image: url('image/top.jpg');
	background-color:#000000;
	
}
.text {
	text-align: justify;
	color: #acacac;
	font-family: verdana;
	font-size:9pt;
	margin: 30px 45px 15px 25px;
	line-height:11pt;
}
.foot {
	width:100%;
	padding:0px;
	padding-top:5px;
	margin:0px;
	height:72px;
	background-image: url('image/foot.jpg');
	background-color:#000000;
	background-repeat: no-repeat;
	color: #949494;
	font-size: 8pt;
	font-family: tahoma;
	text-align: center;
}
.menu {
	color: #9a9a9a;
	text-align: center;
	margin: 3px 0px 15px 0px;
	font-size: 10pt;
	font-family: tahoma;
}
.menu_link {
	color:#9a9a9a;
	font-weight:bold;
	
}
.header {
	font-size:13pt;
	color: #928879;
	margin-bottom:25px;
}
a.mlink {
	color:#9a9a9a;
	text-decoration:none;
}
a.flink {
	color:#949494;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
}
.text_link {
	
	margin-bottom:6pt;
	text-align:left;
}
.hed2 {
	margin:25px 0px 10px 0px;
	font-weight:bold;
}

.banners {
	margin-top:10px;
}	

/* -------------------статьи--------------------- */

.hed {
	margin-top:15px;
	font-weight:bold;
}
.simpl {
	margin-bottom:10px;
}
.sp {
	font-weight:bold;
	letter-spacing:1.3pt;
}
.italic {
	font-size:9pt;
	font-family:'Comic Sans MS';
	margin-bottom:10px;
	color: #d1d1d1;
}