div#header {
    height:410px;
    width:auto;
    background: url(http://leningrad.lv/inc/img/header_background.jpg) center repeat-x #a4a4a4;
}

div#header_top {
    float: right;
    margin-top: 6px;
    height: 26px;
    width: auto;
    background: url(http://leningrad.lv/inc/img/bg_red_language.png) repeat-x #bd2732;
}

div#header_logo {
    margin-top: 2px;
    height: 140px;
    width: auto;
}

div#header_navigation {
    float: right;
    margin-top: 185px;
    height: 37px;
    width: auto;
    background: url(http://leningrad.lv/inc/img/bg_red_navigation.png) repeat-x #bd2732;
}

/* formating text elements */
div#header ul { list-style-type: none; text-align: center; padding: 0 6px 0 6px; }
div#header ul li { display: inline; }
div#header ul li { padding: 6px 6px 6px 6px; }

div#header a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
    font-style: italic;
}

div#header a.a_selected {
    border-bottom: 1px solid rgba(255, 255, 255, .0);
}

div#header a.local_link { text-decoration: none; color: #FFFFFF; border-bottom: 1px dotted #FFFFFF; }
div#header a.local_link:hover { color: #FFFFFF; border-bottom: 1px dotted #FFFFFF; }

div#header div#header_top {
    font-size: 14px;
    line-height: 22px;
}

div#header div#header_navigation {
    font-size: 20px;
    line-height: 33px;
}
