body{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 10pt;
}
#header {
    clear: both;
    height: 92px;
    background-image: url(img/header_bg.gif);
    background-repeat: repeat-x;

}
#logo {
    float: left;
    background-image: url(img/logo_bg.gif);
    background-repeat: repeat-x;
    width: 258px;
    height: 92px;
    clear: none;
}
#shadow {
    float: left;
    background-image: url(img/shadow.gif);
    background-repeat: no-repeat;
    width: 15px;
    height: 92px;
    clear: none;
}
#language {
    float: right;
    width: 160px;
    height: 28px;
    background-image: url(img/toolbar.gif);
    background-repeat: no-repeat;
    margin-top: 16px;
    margin-right: 20px;
    color: #3F82DE;
    font-size:8pt;

    padding-top:6px;
    padding-left:13px;
}

#language a.lang0{
    padding: 1px;
    font-size:8pt;
    color: #3F82DE;
}
#language a.lang1{
    padding: 0px 2px 0px 2px;
    font-size:8pt;
    background-color: #3F82DE;
    color: #FFFFFF;
}


#footer {
    clear: both;
    height: 91px;
    background-image: url(img/footer_bg.gif);
    background-repeat: repeat-x;
}

#footer a {padding:0px}

#zarra {
    background-image: url(img/zarra.gif);
    width: 258px;
    height: 91px;
    float:left;
}
#menu {
    float: left;
}
#menu_main {
    clear: both;
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#menu_bottom {
    clear: both;
    height: 5px;
    background-color: #3F82DE;
    width: 258px;
}

#menu_info {
    clear: both;
	padding-left:30px;
	font-size:11px
}

a {
    color: #3F82DE;
    font-family: Arial;
    font-size: 10pt;
    padding-left: 10px;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#content {
    float:left;
    padding: 20px;
    width:500px
}

h1 {
    color: #3F82DE;
    font-size: 13pt;
}

