body {
  background: #FFFFFF;
  font-family: arial;
}

#page_top {
  background: url("../../img/header_en.png") 0 30px no-repeat;
  background-size: contain;
  width: 900px;
  height: 295px;	
  margin: 0 auto;	
}

#page {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

#page_bottom {
  background: url("../../img/footer_en.png") no-repeat;
  background-size: contain;
  width: 900px;
  height: 150px;	
  margin: 0 auto;	
}

#menu ul {
  width: 190px;
  padding: 0 0 0 0;  
  list-style: none;
}

#menu ul li a {
  background: url("../../img/btn.png") no-repeat; 
  background-size: contain;
  height: 20px; 
  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") no-repeat;
  background-size: contain;
  width: 710px;
  height: 13px;  
}

#main {
  background: url("../../img/main_block_middle.png") repeat-y;
  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: 30px;  
}

#main_text ul li
{
	 padding-bottom:4pt;
}

#doklad {
   font-size: small;
   text-align: left;
   text-indent: 0;
}