*{
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
    box-sizing: border-box;
}
body{
    background-color:#4d4d55;
}
#wrapper{
    max-width: 1400px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.884);
    bottom: 0px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
header img{
    width: 100%;
    height: 250px;
    display: block;
}
ol {
    list-style-type:none;
    font-size:28px;
    height:60px;
    line-height: 55px;
    text-align:center;
}
ol a {
    display:block;
    text-decoration:none;
    padding:0 5px;
    color: white;
}
ol > li {
    float:left;
    width:20%;
    background-color:rgb(44, 47, 95);
    color: #FFF;
    height:2em;
}
ol > li:hover {
    background-color:rgb(52, 62, 202);
}
ol > li:hover > ul {
    display:block;
}
ol > li > ul {
    display:none;
    list-style-type:none;
    padding:0;
    margin:0;
}
ol > li > ul > li {
    position:relative;
    background-color:rgb(44, 47, 95);
}
ol > li > ul > li > a {
    border-bottom: 1px solid white;
    color: #FFF !important;
}
ol > li > ul >li > a > b {
	text-decoration: underline;
	color: rgb(96, 190, 190);
}
ol > li > ul > li:hover {
    background-color:rgb(52, 62, 202);
}
h1{
    font-size: 30px;
    text-align: center;
    margin: 15px 1% 20px 1%; 
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(44, 47, 95);
}
h2{
    font-size: 30px;
    text-align: center;
    margin: 10px 1% 20px 1%; 
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 2px solid rgb(44, 47, 95);
    border-bottom: 2px solid rgb(44, 47, 95);
}
h3{
    margin: 10px 1% 20px 1%; 
    padding-top: 15px;
    border-top: 2px solid rgb(44, 47, 95);
}
img.left{
    float: left;
    height: 260px;
    width: 500px;
    overflow: hidden;
    margin: 10px 1% 20px 1%; 
    margin-right: 20px;
    margin-left: 40px;
}
article p{
    text-align: justify;
    font-size: 25px;
    color: #000000;
    margin: 8px 1% 0px 1%; 
    min-height: 240px;
    max-height: 240px;
    margin-right: 40px;
    padding-top: 15px;
}
footer{
    min-width: 1400px;
    margin: 0 auto;
	bottom:0;
	height:110px;
	background:rgb(44, 47, 95);
    color: #FFF;
}
.lf{
    float: left;
    text-align: left;
    padding: 10px 20px;
    width: 47%;
}
.zdj{
    padding: 15px 5px;
    width: 90px;
}
.rg{
    float: right;
    text-align: right;
    padding: 10px 20px;
    width: 43%
}.lf{
    float: left;
    text-align: left;
    padding: 10px 20px;
    width: 47%;
}
.zdj{
    padding: 15px 5px;
    width: 90px;
}
.rg{
    float: right;
    text-align: right;
    padding: 10px 20px;
    width: 43%
}