body {
  background: #FFFFFF;
  font-family: arial;
}

#page_top {
  background: url("../img/header_ru.png") 0 30px no-repeat;
  background-size: contain;
  width: 920px;
  height: 315px;	
  margin: 0 auto;	
}

#page {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

#page_bottom {
  background: url("../img/footer_ru.png") no-repeat;
  background-size: contain;
  width: 920px;
  height: 150px;	
  margin: 0 auto;	
}

#menu ul {
  width: 185px;
  padding: 0 0 0 0;  
  list-style: none;
}

#menu ul li a {
  background: url("../img/btn.png") no-repeat; 
  background-size: contain;
  height: 25px; 
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 3px 13px 0px;
  text-align: center;

}

#menu ul li a.menu_li_active {
  background: url("../img/btn_hoover.png") no-repeat; 
  background-size: contain;
  /*color: #FFFF00;	*/
}

#menu ul li a:hover {
  background: url("../img/btn_hoover.png") no-repeat; 
  background-size: contain;
  /*color: #FFFF00;	*/
}

#main_top{
  background: url("../img/main_block_top.png") repeat;
  background-size: contain;
  width: 710px;
  height: 19px;
}

#main {
  background: url("../img/main_block_middle.png") repeat;
  background-size: contain;
  width: 710px;
  vertical-align:top;
  padding: 0px 0px 0px 0px;
}

#main_caption_text
{
	width: 660px;
	vertical-align:top;
	text-align:center;
	padding: 0px 0px 0px 0px;
}

#main_text
{
	width: 660px;
	vertical-align:top;
	text-align:justify;
	padding: 0px 30px 0px 20px;
	text-indent: 20px;
}


#main_bottom{
  background: url("../img/main_block_bottom.png") no-repeat;
  background-size: contain;
  width: 710px;
  height: 45px;  
}

#main_text ul li
{
	 padding-bottom:4pt;
}

#doklad {
   font-size: small;
   text-align: left;
   text-indent: 0;
}

a
{
  color: #E37327;
}