body {
    background-color: #999999;
    background-image: url(pliki/main_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    text-align: center;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #524646;
}
#main_container {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: auto;
}
#left {
    float: left;
    width: 270px;
    height: 480px;
    background-color: white;
    border-bottom-color: #4A739C;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #4A739C;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-color: #4A739C;
    border-top-style: solid;
    border-top-width: 1px;
    
}
#middle {
    float: left;
    width: 150px;
    height: 480px;
    background-color: #4A739C;
    background-image: url(pliki/menu_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    border-bottom-color: #84A4C4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #84A4C4;
    border-top-style: solid;
    border-top-width: 1px;
}
#right {
    float: left;
    width: 378px;
    height: 480px;
    background-color: white;
    background-image: url(pliki/right_bg.jpg);
    background-position: left;
    background-repeat: repeat-y;
    border-bottom-color: #4A739C;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: #4A739C;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #4A739C;
    border-top-style: solid;
    border-top-width: 1px;
    text-align: left;
    
}
#flash {
    width: 250px;
    height: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: auto;
}
#welcome {
    width: 100%;
    height:300px;
}
#latest {
    width: 100%;
    height: 140px;
}
#latest_box {
    width: 350px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-color: #4A739C;
    border-style: solid;
    border-width: 1px;
}
#latest_box_inside {
    width: 346px;
    height: 96px;
    background-color: #EEF2F6;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    text-align: center;
}
.latest_thumbs {
    float: left;
    width: 108px;
    height: 90px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
   
    background-color: #B6C0CA;
}
.img_latest {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: auto;
    border: 1px solid #192B42;
	padding: 2px 2px 2px 2px;
        background-color: white;
        
}
#menu {
    margin-top: 30px;
}
#footer {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.copyright {
    float: right;
    width: 400px;
    text-align: right;
    font-size: 10px;
    color: white;
}
a.menu_link {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pliki/arrow.gif);
    background-position: left;
    background-repeat: no-repeat;
    font-size: 10px;
    color: white;
    display: block;
    text-decoration: none;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: left;
    padding-left: 15px;
    line-height: 1.8em;
}
a.menu_link:hover {
    background-image: url(pliki/arrow_hover.gif);
    border-bottom-color: orange;
    color: orange;
}
a.wiecej {
text-decoration: none;
color: #909090;
font-size: 10px;
}
a.wiecej:hover {
text-decoration: underline;
color: #1B3B64;

}
.b {
    font-weight: normal;
}
p {
    padding-left: 15px;
    padding-right: 15px;
}
.clear {
    clear: both;
}