@charset "windows-1251";

* {
	font-family: Tahoma, Geneva, sans-serif;  
	font-size: 16px;
    color: #003300;
	line-height:130%;
}

body {
margin:0px;
background-image:url('../images/bgg.jpg'); 
background-position:top center;
background-attachment:fixed;
}

h1 {
	font-size: 18px;
	text-align:left; 
	margin-top:20px; 
	color: #D5FFD5;
	text-align:left;
	background-color:#35503f;
	
	

	background-repeat:repeat-y;

	padding:3px 2px 3px 10px;
	font-family: Tahoma, Geneva, sans-serif;  

}

h2 {
	font-size: 16px;
	text-align:left; 
	margin-top:20px; 
	color: #55390F;
	text-align:left; 
}

img {border: none}

p {
text-align:justify;
text-indent:0px;
margin-bottom:0px;
}


hr {
	
	
    color: #006600; /*для IE */
    background-color:#006600; 
    border:0px none;
    height:1px; 
    clear:both;
}

