body {
  background: #F0FFF0;
  font-family: arial;
}

#page_top {
  background: url("../images/top.png") 0 30px no-repeat ;
  width: 900px;
  height: 295px;	
  margin: 0 auto;	
}

#page {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

#page_bottom {
  background: url("../images/bottom.png") no-repeat ;
  width: 900px;
  height: 140px;	
  margin: 0 auto;	
}

#menu ul {
  width: 190px;
  padding: 0 0 0 0;  
  list-style: none;
}

#menu ul li a {
  background: url("../images/btn1.png") no-repeat; 
  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:hover {
  background: url("../images/btn2.png") no-repeat;
  color: #FFFF00;	
}

#main_top{
  background: url("../images/main_top.png") no-repeat;
  width: 710px;
  height: 15px;  
}

#main {
  background: url("../images/main.png") repeat-y;
  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("../images/main_bottom.png") no-repeat;
  width: 710px;
  height: 20px;  
}

#main_text ul li
{
	 padding-bottom:4pt;
}

#doklad {
   font-size: small;
   text-align: left;
   text-indent: 0;
}