#topbar {
    clear: both;
    height: 27px;
    background: url('../img/bg_topBar.jpg') 442px bottom no-repeat
}

#lang-list {
    float: right;
    padding: 0;
    margin: 0 23px 0 0;
    list-style-type: none;
    font-size: 11px;
}

#lang-list li {
    padding: 0 6px 0 6px;
    float: left;
    margin-top: 4px;
    height: 19px;
    line-height: 19px;
    border-right: 1px solid #6EABCB;
}

#lang-list li.last {
    border: none;
}

#lang-list li a {
    text-decoration: none;
}

#lang-list li a:hover {
    text-decoration: underline;
}

#logo {
    float: left;
}

#logo img {
    float: left;
    margin: 0;
}

#navBar {
    height: 26px;
    background: url('../img/bg_navBar.jpg') no-repeat;
}

#navBar ul {
    float: left;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    height: 26px;
    list-style-type: none;
    background: url('../img/arrow1.gif') left center no-repeat;
}

#navBar ul li {
    float: left;
    height: 26px;
    line-height: 26px;
}

#navBar ul li.item {
    padding: 0 10px 0 10px;
}

#navBar ul li.delimiter {
    width: 1px;
    font-size: 1px;
    background: url('../img/delimiter_navBar.gif') no-repeat;
}

#navBar a:hover {
    text-decoration: none;
}

#content-inner {
    padding: 15px;
    background: url('../img/bg_contentInner.jpg') left top no-repeat;
}

#content-bottom {
    position: relative;
    height: 6px;
    line-height: 1px;
    font-size: 1px;
}

#footer-left {
    padding-left: 22px;
    float: left;
    height: 37px;
    line-height: 37px;
    background: url('../img/bg_footer_left.gif') left top no-repeat;
}

#footer-right {
    padding-right: 22px;
    float: right;
    padding-top: 3px;
    background: url('../img/bg_footer_right.gif') right top no-repeat;
}