body {
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    font-family: Arial, sans;
    background: #004;
}

a {
    color: #000757;
}

#cont {
    text-align: left;
    width: 760px;
    margin: 0 auto;
    border-left: 1px solid #006;
    border-right: 1px solid #006;
    font-size: 12px;
    background: #fff;
}

#top {
    height: 117px;
    background: url(img/top0.jpg) no-repeat;
    border-top: 1px solid #000757;
}

#top h1 {
    display: none;
}

#navig {
    height: 28px;
    background: #000757 url(img/top1.jpg) no-repeat;
}

#navig_in {
    padding-left: 174px;

}


#navig a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 7px 10px 6px 10px;
    background: url(img/btnbg.jpg) repeat-x;
    margin-right: 3px;
    font-size: 11px;
}


#content {
    background: url(img/top2.jpg) no-repeat;
    padding: 20px 20px 40px 20px;
}

#content h1 {
    color: #000757;
    font-weight: bold;
    font-size: 18px;
}

.tbl td {
    padding: 2px;
    background: url(img/tblbg.jpg) repeat-x;
    color: #888;
}


.tbl .head td {
    color: #fff;
    font-weight: bold;
    background: #a21213 url(img/tblhead.jpg) repeat-x;
}

.tbl .day {
    color: #000757;
}

.tbl .has {
    color: #a21213;
}

.tbl .times {
    color: #000757;
    font-weight: bold;
}

#masuslid_notes {
    font-size: 11px;
    margin-left: 20px;
}

#masuslid_notes i {
    color: #a21213;
    font-style: normal;
}

#tbl_sporta_zales td {
    background: #ebf2f7;
    padding: 2px;
}

#tbl_sporta_zales .label, #tbl_sporta_zales .head td {
    font-size: 11px;
    background: #d3e1d3;
}

#footer {
    font-size: 11px;
    text-align: center;
    border-top: 1px solid #000757;
    border-bottom: 1px solid #000757;
    padding: 5px 0 5px 0;
}

#footer a {
    font-weight: bold;
}

#contacts {
    margin-top: 20px;
    background: url(img/map.jpg) no-repeat;
    padding-left: 440px;
    font-weight: bold;
    height: 500px;
}

.galleryimg {
    margin: 10px;
    float: left;
    width: 130px;
}

.picview {
    text-align: center;
    margin: 0 auto;
}

.picnav {
    color: #888;
    text-align: center;
}

.picnav a {
    color: #000757;
}

.clear {
    clear: both;
}


