html,
body {
   margin:0;
   padding:0;
   height:100%;
   background: #FFFFFF;
   font-family: Tahoma, Arial;
}
#container {
   min-height:100%;
   position:relative;
   width: 781px;
   margin-right: auto; 
   margin-left: auto;
   background: #FFFFFF url('../img/bg.jpg') repeat-y;
}
#header {
   background: #FFFFFF url('../img/top.jpg') no-repeat;
   height:21px;
}
#body {
   padding:10px;
   padding-bottom:61px;   /* Height of the footer */
   padding-top:0px
}
    #left{
        width:237px;
        float:left;
    }
        a#logo{
            position: relative;
            top:-5px;
        }
        #namukas{
            margin-top: 25px;
            width: 237px;
            height: 202px;
            background: url('../img/namukas.jpg') no-repeat;
        }
        #banners{
            margin-top: 25px;
            text-align: center;
            margin-bottom: 15px;
        }
        #banners a img{
            margin-top: 10px;
            border:0;
        }
    #right{
        width:516px;
        float:right;
    }
        ul#meniu{
            text-align: right;
            display: block;
            border: 0px solid blue;
            background: #FFFFFF url('../img/juosta_po_meniu.jpg') no-repeat center bottom;
            list-style: none;
            width: 520px;
            padding:0;
            padding-top:5px;
            margin:0;
            height: 40px;
        }
        ul#meniu li{
            padding: 0;
            display: inline;
            height: 34px;
        }
        ul#meniu li.skirt{
            background: transparent url('../img/menu_skirtukas.jpg') no-repeat top center;
            width:3px;
            height: 34px;
            padding:5px 10px 15px 10px;
        }
        ul#meniu li.last{
            padding-right: 20px;
            display: inline;
            height: 34px;
        }
        ul#meniu li a, ul#meniu li a:link, ul#meniu li a:visited{
            font-size: 11px;
            font-weight: bold;
            color: #888888;
            text-decoration: none;
            text-transform: uppercase;
        }
        ul#meniu li a:hover,ul#meniu li a.active{
            font-size: 11px;
            font-weight: bold;
            color: #333;
            text-decoration: underline;
            text-transform: uppercase;
        }
        #text{
            font-size: 12px;
            font-family: Arial;
            color: #727272;
            margin-top:15px;
            padding: 0 10px 0 10px;
        }
        #text b{
            color: #E49851;
        }
        #text li{
            list-style-image: url('../img/li.jpg');
            line-height: 150%;
        }
        #text a{
            color: #727272;
        }
        #text h1{
            font-family: Tahoma;
            color: #E49851;
            font-size: 22px;
            font-weight: normal;
        }
        #slogan{
            text-align: center;
        }
.clear {
    height: 1px;
    clear: both;
    font-size: 0;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:61px;   /* Height of the footer */
   background: #FFFFFF url('../img/footer.jpg') no-repeat;
}
    #footer ul{
        text-align: right;
        display: block;
        border: 0px solid blue;
        list-style: none;
        width: 760px;
        padding:0;
        margin:0;
        height: 40px;
        padding-top: 10px;
    }
    #footer li{
        padding: 0;
        display: inline;
        height: 34px;
        color: #888888;
    }
    #footer li a, #footer li a:link, #footer li a:visited{
        font-family: Tahoma;
        font-size: 10px;
        text-decoration: none;
        text-transform: uppercase;
        color: #888888;
    }
    #footer li a:hover,#footer li a.active{
        font-family: Tahoma;
        font-size: 10px;
        text-decoration: underline;
        text-transform: uppercase;
        color: #333;
    }
