html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #003C28;
	font-family: Verdana, Tahoma;
	color: #C8C0C3;
	position: relative;
}
a, img {
	border-width: 0px;
}
#body {
	width: 100%;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	position: relative;
}
#header {
	position: relative;
	width: 100%;
	height: 484px;
	background-image: url('../img/header.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	z-index: 2;
}
/* логотип */
#logo_img{
	width:225px;
	height:210px;
	margin: 30px;
}

#header_menu {
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 39px;
	left: 0px;
	top: 305px;
}
#header_menu li {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	padding-left: 9px;
	height: 39px;
	background-image: url('../img/tabl.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#header_menu li.cur, #header_menu li.hover {
	background-position: left -39px;
}
#header_menu a {
	padding: 0px;
	margin: 0px;
	display: block;
	height: 29px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	background-image: url('../img/tab.png');
	background-repeat: no-repeat;
	background-position: right 0px;
	font-size: 18px;
	color: #00D659;
	text-decoration: none;
	text-align: center;
	_width: 120px;
	min-width: 120px;
}
#header_menu li.cur a, #header_menu li.hover a {
	color: #FFFFFF;
	background-position: right -39px;
}
#header_bg {
	position: absolute;
	width: 100%;
	height: 377px;
	background-image: url('../img/header_bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	z-index: 1;
	overflow:hidden;
}
#content {
	position: relative;
	float: left;
	padding-right: 230px;
	padding-left: 20px;
	z-index: 10;
	margin-top: -80px;
}
#rsidebar {
	position: relative;
	width: 200px;
	float: left;
	left: 100%;
	margin-left: -200px;
	z-index: 11;
	margin-top: -80px;
}
#hide_footer {
	width: 100%;
	height: 50px;
}
#footer {
	margin-top: -50px;
	width: 100%;
	height: 50px;
	background-color: #001F0B;
}
.clear {
	clear: both;
}
div.full {
	width: 100%;
	height: 200%;
	border: 1px solid red;
}
.hide{
	display:none;
}
dt{
	font-weight:bold;	
}
dd{
	margin-bottom:20px;
	font-style:italic;
}


#right{ 
  font-size:11px;
  border:1px solid #D7E7FA;
  float:right;
  width:160px;
  margin:-50px 20px 0 0;
  padding:3px 10px 20px 10px;
  position:relative;
  z-index:110;
  
}

.newslink {
color:white;
}

.newslink hover{
color:white;
}

#right a{
  
}