body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFF;
}

a img {
	border: 0px;
}


div.sitecontainer {
	position: static;
	width: 100%;
	height: 100%;
	background-color: #2074B9;
}
div.siteheadcontainer {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 250px;
	background-color: #FFF;
	background-position: left top;
	background-image: url('img/bg_top_left.jpg');
	background-repeat: no-repeat;
}
div.sitehead {
	position: static;
	width: 100%;
	height: 250px;
	background-position: right top;
	background-image: url('img/bg_top_right.png');
	background-repeat: no-repeat;
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/bg_top_right.png,sizingMethod=scale);
}
div.iconscontainer {
	position: absolute;
	top: 0px;
	left: 50px;
	height: 50px;
}
div.oneicon {
	float: left;
	margin: 15 10 0 10;
}
div.langscontainer {
	position: absolute;
	top: 0px;
	right: 50px;
	height: 68px;
}
div.onelangcontainer {
	float: left;
	width: 56px;
	height: 68px;
}
div.onelang {
	margin: 15 0 0 15;
}
div#alang {
	background-position: left top;
	background-image: url('img/bg_i_lng.png');
	background-repeat: no-repeat;
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/bg_i_lng.png,sizingMethod=scale);
}
div.clear {
	clear: both;
}
div.siteheadpictcontainer {
	position: absolute;
	top: 50px;
	left: 50px;
	right: 50px;
	height: 200px;
	background-color: #FFF;
}
div.siteheadearthcontainer {
	position: absolute;
	overflow: hidden;
	top: 0px;
	width: 100%;
	height: 200px;
}
div.siteheadearth {
	position: absolute;
	top: 0px;
	right: 299px;
	width: 520px;
	height: 200px;
	background-position: right top;
	background-image: url('img/pict_earth.png');
	background-repeat: no-repeat;
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/pict_earth.png,sizingMethod=scale);
	z-index: 10;
}
div.siteheadsputnik {
	position: absolute;
	top: 0px;
	left: 5%;
	width: 250px;
	height: 200px;
	background-position: left top;
	background-image: url('img/pict_sputnik.png');
	background-repeat: no-repeat;
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/pict_sputnik.png,sizingMethod=scale);
	z-index: 20;
}
div.siteheadlogo {
	position: absolute;
	overflow: hidden;
	top: 0px;
	right: -1px;
	width: 300px;
	height: 200px;
	background-color: #FFF;
	padding-top: 70px;
	z-index: 15;
}

div.sitebodycontainer {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #2074B9;
	background-position: left top;
	background-image: url('img/bg_side.gif');
	background-repeat: repeat-x;
}
table.sitebodycontainer {
	background-color: #2074B9;
	background-position: left top;
	background-image: url('img/bg_side.gif');
	background-repeat: repeat-x;
}
div.sitebody {
	position: relative;
	top: 0px;
	left: 50px;
	right: 50px;
	height: 100%;
	background-color: #FFF;
}
div.newscontainer {
	position: absolute;
	left: 0px;
	top: -50px;
	width: 232px;
	height: 184px;
}
div.newsw {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 184px;
	background-position: left top;
	background-repeat: no-repeat;
	background: expression('none');
	z-index: 100;
}
div.newse {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 182px;
	height: 184px;
	background-position: left top;
	background-repeat: no-repeat;
	background: expression('none');
	z-index: 100;
	background-image: url('img/pict_news_e.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/pict_news_e.png,sizingMethod=scale);
}
div.lentacontainer {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 110px;
	top: 220px;
}
div.lenta {
	position: absolute;
	right: 0px;
//	right: -1px;
	top: -30px;
	width: 50px;
	height: 110px;
	background-position: right top;
	background-repeat: no-repeat;
	background: expression('none');
	z-index: 300;
}
td.newstext {
	width: 33%;
	height: 100%;
	padding: 135 30 50 50;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	text-align: left;
}
td.newstext p#title {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
td.newstext p#date {
	font-size: 11px;
	font-weight: normal;
	color: #900;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
td.newstext p#link {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding: 0 0 0 0;
	margin: 5 0 20 0;
}
td.newstext p#link a, td.newstext p#date a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #888;
	text-decoration: none;
}
td.newstext p#link a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
td.contenttext {
	width: 67%;
	height: 100%;
}
div.menu {
	position: relative;
	z-index: 200;
}
table.menutop, table.menubottom {
	width: 100%;
	height: 40px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	text-align: center;
	padding: 0 0 0 0;
}
table.menutop td, table.menubottom td {
	padding: 0 15 0 15;
}
table.menutop a, table.menutop a.visited, table.menubottom a, table.menubottom a:visited {
	text-decoration: underline;
}
table.menutop a:hover, table.menubottom a:hover {
	text-decoration:none;
}
td.content, td.content table {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	text-align: left;
	padding: 0 5 50 20;
	color: #333;
}
td.content h1 {
	font-size: 30px;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 36 0 15 0;
}
td.content h2 {
	font-size: 22px;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 15;
}
td.content h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 30;
}
td.content h4 {
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 45;
}
td.content h5 {
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 60;
}
td.bottomcontainer {
	background-color: #EFEFEF;
	border-top: 1px solid #CDCDCD;
}
table.bottom {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	text-align: left;
	color: #333;
	margin: 30 0 30 0;
}
div.bottom {
	margin: 0 50 0 50;
}
table.bottom td#border {
	border-right: 1px solid #CDCDCD;
}
div.bottomchannel {
	float: left;
	padding: 0 20 10 0;
}
div.bottom2container {
	position: relative;
	width: 100%;
	height: 75px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	text-align: left;
	color: #FFF;
}
div.bottom2container a, div.bottom2container a:visited {
	color: #DDD;
	text-decoration: underline;
}
div.bottom2container a:hover {
	color: #FFF;
	text-decoration: none;
}
div.bottom2copy {
	position: absolute;
	left: 50px;
	top: 20px;
}
div.bottom2made {
	position: absolute;
	right: 145px;
	top: 20px;
}
div.bottom2logo {
	position: absolute;
	right: 50px;
	top: 0px;
}

