@import url(reset.css);

body {
	background-image: url(../images/680334947.gif);
}
#wrapper{
margin: 0 auto;
 width: 920px;
 outline:1px solid #cc0000;
}
#logo{
display: block;
width: 920px;
height: 177px;
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
text-indent:-9000px;
}
#nav{
width:920px;
height: 46px;
list-style:none;
margin:0 auto;
padding-left:0;
}
#nav li{
position:relative;
display:block;
float:left;
list-style-type:none;
height: 46px;
width: 115px;
text-align: center;
}
#nav li a{
display: block;
height: 32px;
padding-top:14px;
text-decoration: none;
color:#007D19;
font: bold 9px Arial, sans-serif;
text-transform: uppercase;
background-image: url(../images/menus.png);
background-repeat: no-repeat;
background-position:0 -46px;
}
#nav li a.last{
background-image: url(../images/menuss.png);
}
#nav li a:hover{
background-position:0 0;
color:#ffffff;
}
#nav ul{ /* ВЫПАДАЮЩИЕ ПУНКТЫ */
	list-style:none;
	position:absolute;
	display: none;
}
#nav ul li{
	padding-top:1px; 
	float:none;
	width: 115px;
}
#nav ul a{
	white-space:nowrap; 
	display:block;
}
#nav li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
	display: block;
}
}
#nav li:hover a{ 
	text-decoration:underline;
}
#content{
height: 800px;
background-color:#FFFF01;
padding:30px 35px 20px 35px;
overflow:auto;
}
#content h2{
font: bold 28px Arial, sans-serif;
margin:8px auto;
text-align: center;
}
#content h3{
font: bold 18px Arial, sans-serif;
margin:8px auto;
text-align: center;
}
#content p{
font:bold 14px Arial, sans-serif;
margin:8px auto;
text-align:justify;
text-indent:25px;
}
#footer{
height: 100px;
background-color:#F5DB00;
}
#foot{
text-align: center;
margin: 0 auto;
padding-left:0;
}
#foot li{
list-style-type:none;
}