body {
    background: url(../images/background.png);
    font-family: geneva, artal, helvetica, sans-serif;
}

a { color: #333333; }
a:link { color: #333333; }
a:visited { color: #333333; }
a:active { color: #333333; }
a:hover { color: red; }

.wraper {
    margin: 0 auto;
    width: 1100px;
}

.logo {
    width: 1113px;
    height: 175px;
    background: url(../images/logo.png) no-repeat;
    border: 1px solid white;
}
.upmenu {
    background: url(../images/upmenu_beck.png) repeat-x;
    height: 38px;
    width: 1113px;
    border-top: none;
    border: 1px solid white;
}
.upmenu a {
    display: block;
    line-height: 38px;
    padding-left: 78px;
    padding-right: 78px;
    font-size: 25px;
    float: left;
}
.upmenu a:hover {
    background: url(../images/upmenu_huver.png) repeat-x;
}
.content {
    background: #fff0ba;
    width: 1113px;
    height: auto;
    overflow: hidden;
    border: 1px solid white;
    border-top: none;
}
.sidebar {
    float: left;
    width: 250px;
    padding: 0px;
}

.sidebar > .wintitle {
    color: rgba(0, 0, 0, 0);
}

.wintitle {
    background: url(../images/upmenu_beck.png) repeat-x;
    border: 1px solid white;
    border-top: none;
    font-size: 35px;
    line-height: 38px;
    text-align: center;
}

.wincontent {
    background: #ffd188;
    border: 1px solid white;
}

.footer {
    background: url(../images/footer.png) repeat-x;
    border: 1px solid white;
    height: 40px;
    width: 1098px;
    line-height: 40px;
    padding-left: 15px;
    border-top: none;
}

.centr {
    background: #ffd188;
    float: left;
    width: 863px;
    text-align: center;
}
