* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    background-color: #eceded;
    font-family: Arial;
    color: #828282;
    font-size: 13px;
}
p {
    margin-top: 13px;
    margin-bottom: 13px;
}
div.clear {
    clear: both;
}
div#center {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 1028px;
    margin-left: -514px;
}
div#center div#header {
    width: 1028px;
    height: 149px;
    background-image: url('../grafics/head_background.png');
    background-repeat: no-repeat;
}
div#center div#main {
    background-image: url('../grafics/main_background.png');
    background-repeat: repeat-y;
}
div#center div#main div#navigation {
    float: left;
    width: 187px;
}
div#center div#main div#besideNavigation {
    position: relative;
    left: 187px;
    width: 828px;
}
div#center div#main div#besideNavigation div#redBar {
    background-image: url('../grafics/redbar.png');
    background-repeat: repeat-x;
    height: 157px;
    width: 100%;
}
div#center div#main div#besideNavigation div#content {
    margin-top: 30px;
}
div#center div#main div#besideNavigation div#content h1 {
    color: #ba1821;
    font-size: 16px;
}
div#center div#main div#besideNavigation div#content a.slink {
    position: relative;
    display: inline-block;
    height: 22px;
    padding: 3px;
    background-image: url('../grafics/slink_background.png');
    background-repeat: repeat-x;
    text-decoration: none;
    color: white;
    font-weight: bold;
}
div#center div#footer {
    position: relative;
    width: 1028px;
    height: 9px;
    background-image: url('../grafics/footer.png');
    background-repeat: no-repeat;
}