body{
	margin: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-size: 0.8em;
	background-color: #f4f4f4;	
	color: #494949;
}

a{
	text-decoration: none;
	color: blue;
}

a:hover{
	text-decoration: underline;
}

#menu{
	position: absolute;	
	left: 50%;
	top: 0px;
	width: 900px;	
	padding: 0px;
	margin: 0px 0px 0px -450px;
	z-index: 1000;
}

#menu li{
	list-style: none;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	float: left;
	line-height: 60px;
	vertical-align: middle;
	color: #494949;
	background-image: url(../images/separator.png);
	background-position: right;
	background-repeat: no-repeat;
}

#menu li.last{
	background-image: none;
}

#menu li ul{
	display: none;
	position: absolute;
	padding: 0px;
	margin: 0px 0px 0px -20px;
	z-index: 999;
	background-color: #f4f4f4;
	border: 1px solid #b4b4b4;
	border-top: 0px;
}

#menu li ul li{
	padding: 0px;
	float: none;
	line-height: normal;
	background-image: none;
}

#menu li a{
	color: #494949;
	text-decoration: none;
	display: block;
	line-height: 60px;
}

#menu li a:hover{
	color: orange;
}

#menu li.selected {
	font-weight: bolder;
}

#menu li ul li a{
	line-height: 2.3em;
	border-top: 1px solid white;
	border-bottom: 1px solid #b4b4b4;
	padding: 0px 30px;
}

#menu li ul li.first a{
	border-top: 0px;
}

#menu li ul li.last a{
	border-bottom: 0px;
}

h1{
	margin: 60px 0px 0px 0px;
	padding: 0px;
	height: 316px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;	
	background-position: 0px -60px;
	background-color: #b30005;
}

h1 span{
	display: none;
}

#header{
	position: absolute;
	left: 50%;
	top: 61px;	
	width: 900px;
	height: 141px;
	margin-left: -450px;
	background-image: url(../headers/header.png);
}

#header object{
	z-index: 1;
}

#page{
	margin-top: 201px;
	xborder-top: 1px solid #b4b4b4;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	background-position:  0px -5px;	
	background-color: #f4f4f4;
	text-align: center;
}

#page #left{
	float: left;
	width: 568px;
}

#page #right{
	float: right;
	width: 332px;
	overflow: hidden;
}

#page #right h2{
	padding-top: 15px;
	margin-top: 0px;
}

#page .intro_section{
	text-align: left;
	xwidth: 300px;
	xfloat: right;
	padding: 0px 10px 10px 10px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background-color: #f0f0f0;
}

#page .intro_section a img{
	border: 1px solid #e1e1e1;
	background-color: white;
}

#page .ic0{
	xfloat: left;
	xwidth: 568px;
	padding: 0px 10px 10px 0px;
	border: 0px;
	background-color: transparent;
}

#page .ic0 ul{
	padding-left: 0px !important;
	margin: 0px !important;	
}

#page .ic0 ul li{
	list-style: none !important;
}

#page .ic0 h3 span{
	display: none
}

#page .ic2{
	xfloat: left;
	xwidth: 568px;
	padding: 0px 10px 10px 0px;
	border: 0px;
	background-color: transparent;
}

#page .ic2 img{
	margin-bottom: 5px;
	margin-right: 10px;
}

#page .ic1{
}

#page .ic3{	
}

#page .ic1 ul, #page .ic3 ul, #page .anketa table {
	font-size: 0.8em;
}

#page .ic1 a, #page .ic3 a, #page .anketa a, #page .most_visited a{
	color: red;
}

#page .anketa{
	xwidth: 300px;
	xfloat: right;
	xclear: right;
	padding: 0px 10px 10px 10px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background-color: #f0f0f0;
}

#page .anketa a:hover img{
	border: none;
}

#page .most_visited{
	xclear: both;
	xfloat: right;
	xwidth: 300px;
	padding: 0px 10px 10px 10px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background-color: #f0f0f0;	
}

#page .anketa a img{
	border: 0px;
}

#page .intro_section h2{
	font-size: 1.1em;
}

#page .intro_section h2 a{
	color: #494949;
}

#page .intro_section h3 {
	font-size: 1em;
}

#page ul{
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

#page ul li{
	list-style: square;
}

#page ul li.hr{
	padding-top: 0px;
	margin-top: 10px;
	border-top: 1px solid #e1e1e1;	
}

#content{
	margin: 0px auto;
	xpadding-top: 10px;
	width: 900px;
	text-align: left;
}

#content img, #content a img{
	border-color: #b4b4b4;
	border-style: solid;
}

#content .path{
	padding-top: 1em;
	padding-bottom: 0px;
	font-size: 0.8em;
}

#content .article_info{
	font-weight: bolder;
	font-size: 0.8em;
	position: absolute;
	right: 50%;
	margin-right: -450px;
	margin-top: -34px;
}

#content .description{
	font-style: italic;
	font-weight: bolder;
}

#ads{
	clear: both;
	vertical-align: middle;
	text-align: center;
	color: #696969;	
	font-size: 0.8em;
	padding: 0px 0px;
	width: 900px;
	margin: 0px auto;
}

#ads div{
	position: relative;
	float: left;
	width: 220px;
	border-right: 1px solid #e1e1e1;
}

#ads h2{
	line-height: 20px;
	vertical-align: middle;
	font-size: 1em;
	font-weight: normal;
}

#ads img, #ads a img, #ads object{
	border: 1px solid #e1e1e1;
	margin: 3px;
	padding: 5px;
	background-color: white;
}

#footer{
	clear: both;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	color: #696969;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 0.8em;
}

#bottom_page{
	clear: both;
}

.hidden_block{
	display: none;
	padding-left: 20px;
}
