*{
    margin: 0px;
    padding: 0px;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Verdana', sans-serif;
	font-size: 14px;
	color: #000;
        min-height: 1000px;
        background-color: #fff;
}
header, section, footer{
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
header{
    overflow: hidden;
}
#top{
    margin-top: 120px;
    padding-right: 0px;
    padding-left: 0px;
    clear:both;
    width: 100%;
    height:350px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    position: absolute;
   background-image:url('../images/top1.jpg');
}
#top p{
    position:relative;
    margin-top:50px;
    color: #000;
    font-size: 22px;
    font-family: 'Aclonica', sans-serif;
    margin-left: 50px;
}
.img{
    float:right;
    margin-right: 200px;
    padding-left: 20px;
    margin-top: -180px;
    padding: 20px;
   
    
}
    
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: underline;
}
p{
    line-height: 24px;
    margin-bottom: 15px;
}
ul{
    list-style: none;
}
h3{
    line-height: 32px;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px;
}
#nazwa{
    margin-left: 50px;
    margin-bottom: 20px;
    margin-top: 15px;
    overflow: hidden;
}
#nazwa > h1{
    font-size: 42px;
    font-family: 'Aclonica', sans-serif;
    font-weight: normal;
    margin-top: 20px;
    background-repeat: no-repeat;
}
#nazwa > h1 a{
    color:#CE3927;
    font-family: 'Aclonica', sans-serif;
    text-transform: uppercase;
}
#nazwa h2{
    color: #B6D63E;
    font-size: 20px;
}
header > img{
    float:left;
    margin-right: 30px;
}
#nazwa{
    float:left;
    
}
nav{
    margin-right: 50px;
    margin-top: 25px;
    float: right;
}
nav ul li{
    display: inline-block;
    padding: 20px;
}
nav ul li a{
    font-size: 18px;
    text-transform: uppercase;
}
#dzialy{
    margin-top: 320px;
    height: 22px;
    text-align: center;
    max-width: 1200px;
    margin-bottom: 25px;
}
#dzialy ul li{
    
    display: inline-block;
    padding: 20px;
    margin-top: 2px;
    text-align: center;

}
#dzialy ul li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #CE3927;
    
}
#dzialy ul li a:hover{
    font-size: 20px;
    color: #CE3927;
    background-color: #B6D63E;
}

section{
    margin-top: 20px;
    background-color: #fff;
    border-top:2px #B6D63E solid;
    padding: 25px;
    width: 950px;
    overflow: hidden;
}
section aside{
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    background-color: #c5c8cd;
    padding: 15px;
    overflow: hidden;
    border-radius: 5px;
    width: 200px;
}
section aside ul li{
    margin-bottom: 10px;
    border-bottom: 3px #fff solid;
    padding-bottom: 10px;
}
section aside ul li a{
    color: #fff;
}
footer sfection ul{
    list-style: none;
    display: inline-block;
}
footer section ul li{
    margin-bottom: 15px;
    text-align: center;
}
footer section ul li a{
    color: #000;
}
footer section h3{
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
}
section article{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px #3a2d1d solid;
    overflow: hidden;
}
section article > h2{
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 10px;
}
section article > h2 a{
    color: #B6D63E;
    font-family: 'Aclonica', sans-serif;
}
section > figure{
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}
h3{
    color: #7e4729;
}
footer section{
    background: none;
    margin: 10px 0 10px 0;
    padding: 0px;
    background-color: #638504;
    width: 100%;
    overflow: hidden;
    color: #F2EFE4;
}
footer section ul li{
    display: inline-block;
    text-align: center;
    padding: 10px;
}
footer section ul li a, footer section h3{
    color: #eeffbf;
    padding: 15px;
}
h4{
    font-size: 20px;
    color: darkorchid;
}