body{
	margin: 0px;
	padding: 0px;
}
html{
	font-family: Arial;
	font-size: 20px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #e2eede;
	width:100%;

}
img{
	border: none;
}

#container{
	width:100%;
	position: relative;
	margin: 0 auto;
    min-width: 1024px;
    /* IE 6 */
    width: expression(document.body.clientWidth > 1024 ? "auto" : "1024px");
	background: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#top{
	height: 199px;
	width: 1024px;
	position: relative;
	background: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#top img{
	margin: 20px 0px 0px 10%;
}

#topmenu{
	text-align: center;
	height: 77px;
	width: 1024px;
	position: relative;
	margin: 0 auto;
}

#topmenu img{
	margin: 0px 8px;
}

#bottommenu{
	text-align: center;
	height: 91px;
	width: 1024px;
	position: relative;
	margin: 20px auto;
}

#bottommenu img{
	margin: 0px 44px;
}

#center{
	padding: 40px;
	text-align: justify;
	background: url(images/wood.jpg);
	background-position: top left;
	margin: 40px 80px 300px 80px;
	position: relative;
	border: 3px solid #75461a;
    -moz-box-shadow: 3px 3px 15px #030; /* тень для Firefox */
    -webkit-box-shadow: 3px 3px 15px #030; /* для Chrome и Safari */
    box-shadow: 3px 3px 15px #030; /* для всех */
     zoom: 1;
     filter:
      progid:DXImageTransform.Microsoft.Shadow(color='#779277', Direction=45, Strength=3)
      progid:DXImageTransform.Microsoft.Shadow(color='#688668', Direction=135, Strength=10)
      progid:DXImageTransform.Microsoft.Shadow(color='#779277', Direction=225, Strength=3)
      progid:DXImageTransform.Microsoft.Shadow(color='#779277', Direction=315, Strength=3);
	font-style: italic;
}
#centernofon{
	padding: 40px;
	text-align: justify;
	margin: 40px 80px 300px 80px;
	position: relative;
	font-style: italic;
}


.green{
	color: #085c0e;
}

.bold{
	font-weight: bold;
}
a{
	font-size: 18px;
	color: #006600;
	font-weight: bold;
}
a.menu3{
	font-size: 36px;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
.text		{
	color: #000000;
	font-weight: normal;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

