html, body {
    padding: 0;
    margin: 0;
    font-family: sans-serif, "Tahoma";
    font-size: 13px;
    color: black;
}

body {
    background: black url('../img/bg.png') repeat-x;
    text-align: center;
}

ul {
    margin: 0;
}

h1 {
    font-size: 28px;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

#main {
    background: #1f1e1c url('../img/header.png') no-repeat;
    margin: 0 auto;
    width: 804px;
    position: relative;
    padding: 260px 0 8px 0;
    color: white;
    min-height: 300px;
}

#ls, #rs {
    position: absolute;
    top: 0;
    width: 8px;
    height: 310px;
}

#ls {
    left: -8px;
    background: url('../img/ls.png');
    overflow: hidden;
}

#rs {
    right: -8px;
    background: url('../img/rs.png');
    overflow: hidden;
}

#logo {
    background: url('../img/logostripe.png');
    position: absolute;
    top: 46px;
    left: -27px;
    width: 27px;
    height: 192px;
}

#mainlevel_topmenu {
    padding: 5px 0 0 30px;
}

#mainlevel_topmenu li {
    float: left;
    list-style: none outside;
    margin-right: 15px;
    font-size: 15px;
}

#mainlevel_topmenu li.mainlevel_current_topmenu {
    color: #e6211e;
    border-bottom: 1px solid gray;
}

#content {
    background: white url('../img/big-box.png');
    float: right;
    margin: 8px 0 0 0;
    color: black;
    width: 580px;
    overflow: hidden;
    text-align: left;
    padding: 0;
}

#content .i1 {
    background: url('../img/box-bottom.png') no-repeat;
    background-position: left bottom;
    padding: 25px 25px;
    min-height: 120px;
    text-align: left;
    width: 530px;
    overflow: hidden;
}

#content a {
    color: #e6211e;
}

#right {
    float:right;
    position: relative;
    width: 190px;
    margin-left: 0;
    padding: 0 10px 0 10px;
}

#shoe {
    margin: auto;
    width: 121px;
    height: 116px;
    background: url('../img/shoe.png') no-repeat;
}

#tuurifi {
    margin: auto;
    margin-top: 10px;
    width: 123px;
    height: 45px;
    background: url('../img/tuurifi.png') no-repeat;
}

#oldpages {
    width: 100%;
    margin: auto;
    margin-top: 25px;
    text-align: left;
}

#oldpages ul {
    padding:0;
    margin: 0;
}

#oldpages li {
    line-height: 22px;
    vertical-align: top;
    padding: 0 0 2px 14px;
    margin: 4px 0 0 0;
    background: url('../img/linkkibg.png') no-repeat;
    list-style: none outside;
    color: gray;
}

td {
    border: 0;
}

.contentheading {
    font-size: 28px;
    padding-bottom: 20px;
}

img.bottom_image {
    position: relative;
    bottom: -20px;
}
