html {
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    background: #124c84 url(/img/bbg.png) left top repeat-x;
    height: 100%;
}

a, a:link, a:active, a:visited, a:hover {
    text-decoration: none;
    border-bottom: 1px solid #d7ff39;
    color: #d7ff39;
}

a:hover {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
}

#logo {
    display: block;
    background: #124c84 url(/img/logo.png) left top no-repeat;
    width: 216px;
    height: 71px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -410px;
    text-decoration: none;  
    border-bottom: none;
}

#phone {
    color: white;
    font: italic 30px/30px Georgia, Times New Roman, roman;
    position: absolute;
    left: 50%; top: 60px;
    margin-left: 170px;
}

#phone #code{
    color: #94ceff;
    font-size: 17px;
    position: relative;
    top: -3px;
}

#header {
    background: transparent url(/img/header.png) center 78px no-repeat;
    height: 325px;
}

#body {
    font: normal 12px/16px Arial, Tahoma, sans-serif;
    color: white;
    padding: 2px 25px 5px 80px;
    max-width: 1000px;
    width: expression('1000px');
    margin: auto;
}

td {
    font: normal 12px/16px Arial, Tahoma, sans-serif;
    color: white;
}

h1 {
    font: italic 24px/24px Georgia, Times New Roman, roman;
    margin: 10px 0px;
    padding: 0px;
}

p {
    padding: 0px;
    margin: 10px 4px;
}

#bottom-menu {
    height: 22px;
    padding: 30px 30px;
    background: transparent url(/img/punktir.png) left top repeat-x;
    margin: auto;
    text-align: center;
    max-width: 880px;
    width: expression('1000px');
}

#bottom-menu a {
    font: italic 14px/14px Georgia, Times New Roman, roman;
    color: white;
    border-bottom: 1px solid white;
    margin: 0px 20px;
}

#footer {
    background: #cce9ff;
    height: 87px;
}

#footer #txt {
    background: transparent url(/img/btbg.png) left top repeat-x;
    max-width: 840px;
    width: expression('1000px');
    margin: auto;
    font: italic 12px/12px Georgia, Times New Roman, roman; 
    color: #0f4a83;
    padding: 40px 80px 0px 80px;
}

#footer a {
    color: #29abff;
    border-bottom: 1px solid #29abff;
}

#footer a:hover {
    color: black;
}

#footer #right {
    float: right;
}

#footer #left {
    float: left;
}


#news-list {
    list-style: none;
    margin: 0px 12px;
    padding: 0px;
}

#news-list li {
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

#news-list li a {
    color: white;
    border-bottom-color: white;
}

#news-list li a:hover {
    color: #c0c0c0;
    border-bottom: 1px dotted #c0c0c0;
}

p.date {
    font: italic 12px/14px Arial, Tahoma, sans-serif;
    padding: 0px;
    margin: 3px 0px;
    color: #a5dffd;
}

#main-menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 50%;
    margin-right: -360px;
    top: 20px;
}

#main-menu li {
    float: right;
    display: inline;
    margin: 0px 0px 0px 12px;
    font: italic 14px/18px Georgia, Times New Roman, roman;
    padding: 0px 0px 0px 11px;
    height: 23px;
}

#main-menu li.current {
    background: transparent url(/img/curb.png) left top no-repeat;
}

#main-menu li a {
    padding-right: 11px;
    border-bottom: none;
    text-decoration: underline;
    height: 23px;
    display: block;
    display: expression('inline');
}

#main-menu li.current a {
    background: transparent url(/img/cura.png) right top no-repeat;
    color: #0046a6;
}