/* Document Properties */
body, html {
    margin:0px;
    padding:0px;
    font-family:Arial;
    height:100%;
}
ul
{
    list-style:none;
    margin:0px;
    padding:0px;
}  
a:link,a:visited
{
    text-decoration:none;
    color:#b2b2b2;
}
a:hover,a:active
{
    text-decoration:none;
    color:#333333;
}

/* Main */
#main
{
    width:780px;
    height:100%;
    margin:0px auto;
    position:relative;
    min-height:630px;
}
#center{
    position:absolute;
    margin-top:-315px;
    height:640px;
    top:50%;
}

/* Outer */

/* Inner */

/* Menu */
#menu
{
    clear:both;
    position:relative;
    float:left;
    height:320px;
    width:250px;
}
#menu ul
{
    position:absolute;
    bottom:0px;
    color:#b2b2b2;
    font-size:15px;
    font-weight:bolder;
    line-height:24px;
}
#menu ul li a.active
{
    color:#333333;
}

/* Content */
#content
{
    padding-top:20px;
    width:520px;
    float:left;
    font-size:12px;
    color:#333333;
}
#content .inner{
    padding-right:20px;
    height:300px;
    overflow-y:auto;
}
#content a
{
    color:Black;
}

/* Footer */
#footer{
    margin-top:15px;
    width:770px;
}
#year_sums
{
    float:right;
    font-size:10px;
    font-weight:bold;
    color:#504e4f;
}
#language_link
{
    float:left;
    font-size:14px;
}
#footer_banner{
    width:770px;
    height:120px;
    background-position:left top;
    background-repeat:no-repeat;
}
.clear{float:none;clear:both;}