body {
    min-width: 1000px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background: #5b5a5a;
    font:normal 12px arial;
    color:#c4c6c6;
}
a {
    color:#86c1e5;
}
#outer {
    min-height: 100%;
    margin: auto;
    width: 1000px;
    position: relative;
    height: 100%;
    text-align: left;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 11px;   
}

#top
{
    /*background: url('../sodyba/logo.jpg') repeat-x */
    background: #292a2f url(../sodyba/bg_top.gif) repeat-x 100% 100%;
    height:787px;
}
#header {
    float:left;
    width:733px;
    height:787px;
    display: block;
    /*background: no-repeat 50% 50%*/;
}
#menu .menu_top {
    position:relative;
    margin:30px 0px 0px 0px;
    
}
#right {
    float:left;
    width:267px;
    height: 455px;
    display: block;
    position: relative;
}
    #logo {
        background: url(../sodyba/logo.jpg) no-repeat 0px 0px ;
        width:100%;
        height:62px;
    }
    #logo a {
        height:100%;
        width: 100%;
        display: block;
    }
    #languages {
        text-align: center;
        font:normal 12px arial;
        color:#737070;
        padding:12px 0px 0px 0px;
    }
    #languages a {
        text-decoration: none;
        color:#737070;
    }
    #languages a.active {
        font:bold 12px arial;
        color:#86c1e5;
    }
h1.title {
    margin:0px;
    padding: 0px 0px 0px 220px;
    background: #292a2f;
    color:#fff;
    font: normal 36px Arial;
    height:80px;
    line-height: 80px;
}
#content {
    background: #414246;
    padding:25px 0px 10px 0px;
}

#left-menu {
    width:220px;
    float:left;
    min-height: 200px;
}

#text {
    float:left;
    width:766px;
}
#page_text {
    width: 514px;
}



#copy {
    text-align: center;
    color:#e5e4e4;
    font:normal 11px Tahoma;
    background: #5b5a5a;
    height: 30px;
    line-height: 30px;
}
#copy a {
    color:#e5e4e4;
    text-decoration: none;
}