html,body {
    width:100%;
    height:100%;
    margin: 0px;
    padding:0px;
}

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}

.lang
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    /*font-weight: bold;

    text-decoration: none;*/
    color: #36ADCF;
    white-space:nowrap;
    border-top:2px solid #8DDEF3;
    border-bottom:2px solid #8DDEF3;
    padding-bottom:2px;
}

.lang a
{
    font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}


a:hover {
    color:#000;
    text-decoration: none;
}


#layout_main {
      height:100%;
}

#layout_area {
    min-height: 100%;
    _height: 100%;
    background-color:#ACEFFF;
    background-image: url(../ui/gfx/bg_main50.jpg);
    background-repeat:repeat-x;
    background-position:left top;
}

#mainarea {
    width: 880px;
}
#menuarea {
    height: 111px;
    width: 880px;
}
#menu_left {
    float: left;
    width: 259px;
}
#content_area {
    float: right;
    width: 621px;
}

#topround {
    background-image: url(../ui/gfx/topround50.gif);
    height: 12px;
    width: 591px;
    font-size: 0px;
}
#main_content {
    background-image: url(../ui/gfx/content_bg51.jpg);
    width: 591px;
    background-repeat: no-repeat;
}
#navitop {
    height: 36px;
    width: 591px;
    background-image: url(../ui/gfx/navitop50.gif);
    padding-top: 6px;
    text-align: center;
}
#navibot {
    height: 36px;
    width: 591px;
    background-image: url(../ui/gfx/navibot50.gif);
    padding-bottom: 6px;
    text-align: center;
}
#navitop_small {
    height: 5px;
    width: 591px;
    background-image: url(../ui/gfx/navitop50.gif);
    font-size: 0px;
}

#navibot_small {
    height: 5px;
    width: 591px;
    background-image: url(../ui/gfx/navibot50.gif);
    background-position: bottom;
    font-size: 0px;
}

        #footer
        {
    margin-top:-182px;
    height:182px;
    background-color:#ACEFFF;
    background-image: url(../ui/gfx/bg_footer50.jpg);
        }

        #clear
        {
            height:182px;
        }
