@charset "iso-8859-2";
/* CSS Document */
body{
	background:#a4bd5f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#182004;
	}

a{
	color:#005000;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color:#005000;
	text-decoration: none; 
}
a:hover{
	color:#007300;
	text-decoration: none; 
}

h1{
	color:#4A7300;
	font-size:30px;
	margin: 20px;
}
	
.container{
	width:659px;
	margin:auto;

}

.menul-item {
    list-style: none;
    margin: 0;
    padding: 0;
    font: bold 12px Tahoma;
    display:block;
} 
 
.menul-item li a {

   text-decoration: none;
   padding: 12px 9px;
   background-image: url('menu-item.jpg');
	width:138px;
	height:20px;
	padding:5px;
	font-size:16px;
    display:block;
} 


.menul-top{
	width:148px;
	height:23px;
	background-image: url('menu-top.jpg');
}

.center-top{
	width:501px;
	height:7px;
	background-image: url('main-top.jpg');
	font-size:2px;
}
.center-bottom{
	width:501px;
	height:11px;
	background-image: url('main-bottom.jpg');
	display:block;
	font-size:2px;
}

.head-content{
	width:643px;
	display:block;
	background-color: #51ad31;
	border-right: 1px #357220 solid;
	border-left: 1px #77d058 solid;
	padding:4px
}
.head-top{
	width:653px;
	height:8px;
	background-image: url('head-top.jpg');
	font-size:2px;

}
.head-bottom{
	width:653px;
	height:9px;
	background-image: url('head-bottom.jpg');
	font-size:2px;
}

.center-content{
	width:489px;
	display:block;
	background-color: #93be1e;
	border-right: 1px #587212 solid;
	border-left: 1px #b7e244 solid;
	padding:5px
}

.center{
	width:476px;
	float:left;
	height: auto;
	margin:2px;
}
.menul{
	width:148px;
	height:auto;
	float:left;
	margin:2px;
}
.head{
	width:660px;
	text-align: center;
	padding: 2px;
}
.foot{
	width:100%;
	text-align: center;
	clear: both;
	padding-top: 50px;
	font-size: 8px;
}