body, ul, li, ol, html, p, form, h1, h2, h3, h4, h5, h6, a, img {
    padding: 0;
    margin: 0;
    font-family: Arial;
    list-style: none;
    border: none;
}

body {
    background: #e4e4da url(/images/bg_all.gif) repeat-y 50% 0;
}
#all {
    width: 1000px;
    margin: 0 auto;
}
#header {
    height: 152px;
    background: url(/images/header.jpg);
    margin: 7px 0 0;
}
#logo img {
    margin: 43px 0 0 70px;
    float: left;
}
#header span {
    color: #fff;
    font-size: 12px;
    float: left;
    margin: 35px 0 0 10px;
}
#nav ul {
    margin: -38px 0 0 40px;
}
#nav li {
    float: left;
    height: 20px;
    padding: 10px 24px 8px;
}
#nav li.active a {
    color: #404034;
}
#nav li.active {
    position: relative;
    top: 1px;
}
#nav div {
    clear: both;
    background: #f4f4ec;
    border-bottom: solid 1px #d5d5cb;
    border-top: solid 1px #d5d5cb;
    padding: 10px 30px 15px;
}
#nav div a {
    margin: 0 10px;
}
#nav li a {
    color: #fff;
    font-size: 17px;
}
#nav {
    margin-top: -38px;
}
#nav .active {
    background: #f4f4ec;
}


#wrap {
    float: left;
    width: 100%;
    background: #fff;
}
#wrap #content {
    width: 590px;
    background: #fff;
    padding: 20px 20px 20px 30px;
    color: #404034;
}
#content p {
    margin: 10px 0 10px;
}
#content h1 {
    color: #404034;
    font-size: 19px;
    font-weight: normal;
    margin: 0 0 20px 0;
}
#content h3, #content h4 {
    color: #404034;
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 10px;
}
#content {
    line-height: 130%;
    border-right: solid 4px #CDCDC3;
}
#content a {
    color: #cdcdc3;
}
#footer {
    clear: both;
    border-top: solid 4px #cdcdc3;
    color: #9b362a;
    padding: 20px 0;
    text-align: center;
    background: #e3e3d9;
    font-size: 11px;
}
#side1 {
    float: left;
    width: 316px;
    margin-left: -360px;
    background: #fff;
    border-left: solid 4px #CDCDC3;
    padding: 10px 20px;
}
#side1 .title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
#side1 ul {
    margin: 10px 0 30px;
}
.statuetki li {
    float: left;
    width: 150px;
    text-align: center;
}