body {
    background: #371E00 url(../images/public/site_bg.png) repeat;
    margin: 0px;
    font: normal 11px Tahoma;
    color: #CFBC85;
}
hr {
    height: 1px;
    //color: #703C0F;
    background-color: #703C0F;
    //border-color: #703C0F;
}
a {
    text-decoration: none;
    font: normal Georgia;
    color: #DAD597;
}

img {

}
div {
    border: 0px solid Fuchsia;
}

div.page {
    width: 573px;
    padding-top: 40px;
    text-align: left;
    padding-bottom: 100px;
}

div.header {
    font: normal normal normal 22px Georgia;
    margin-left: 18px;
    width: 70%;
    text-align: left;
}

div.logo {
    width: 563;
    height: 316;
    text-align: center;
}

div.languagetab {
    float: right;
    width: 118px;
    margin-top: 15px;
    margin-right: 10px;
}
div.language {
    width: 100%;
    height: 20px;
    font: 18px Georgia;
    vertical-align: middle;
    padding-left: 5px;
    background-repeat: no-repeat;
    margin-bottom: 3px;
    background-image: url(../images/public/lang_button.gif);
}

div.content {
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #CFBC85;
    width: 372px;
    text-align: justify;
    margin-left: 25px;
    margin-top: 15px;
}
