body {
    background-color: #FFFFFF;
    text-align: center;
    font: 70% Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
}

td {
    font: 70% Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

h1, h2, h3, td h2, td h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{
    font-size: 1.1em;
    color: #000;
}

h2, td h2 {
    letter-spacing: 0.4em;
    font-size: 0.9em;
}

h3, td h3 {
    font-size: 0.9em;
}
/* general layout
------------------------------------------------------------ */

#wrapper {
    background-color: #B1B47D;
    margin:0 auto 0 auto;
    width:865px;
    height: 601px;
    text-align: center;
}

#page {
    height: 575px;
    width: 825px;
    margin: 0 20px 0 20px;
}

#topwrapper {
    margin:0 auto 0 auto;
    width:865px;
    height: 25px;
    text-align: center;
}

#scroller {
    float: left;
    width: 800px;
    height: 25px;  
    text-align: left;
}

#loop {
    float: left
    width:65px;
    height: 25px:
    padding: 4px 0px 4px 0px;
    text-align: right;
}

#language {
    height: 20px;
    width: 825px;
    text-align: right;
}

#logo {
    float: left;
    background: url(../images/logo.gif) no-repeat;
    width: 400px;
    height: 160px;
}

#topcontent {
    background-color: #E1E4C9;
    float: right;
    width: 415px;
    height: 160px;
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
}

#menu {
    width: 825px;
    height: 20px;

    text-align: left;
}

#submenu {
    width: 825px;
    height: 20px;
    text-align: left;
}

#sectionimage {
    float: left;
    width: 400px;
    height: 360px;
    text-align: left;
}

#content {
    background-color: #fff;
    float: right;
    width: 405px;
    height: 350px;
    overflow: auto;
    text-align: justify;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    border-top: 1px solid #B1B47D;
}

#content td {
    text-align: justify;
}

#footer {
    background-color: #B1B47D;
    height: 20px;
    width: 825px;
    text-align: left;
}

.title {
    display: none;
}


.clear {
    clear: both;
}

.langtable { margin-top: 5px; }

/* main content
------------------------------------------------------------ */

.link a:link {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
}


.link a:hover {
    color: #B1B47D;
    text-decoration: none;
    border-bottom: 1px solid #B1B47D;
}


.link a:visited {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
}

#menu ul, #submenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu ul li, #submenu ul li {
    display: inline;
}

#menu ul li a, #submenu ul li a {
    color: #000000;
    padding: 6px;
    text-decoration: none;
}

#menu ul li a:hover {
    color: #000000;
    background-color: #E1E4C9;
    text-decoration: none;
}

#menu ul ul a:hover {
    color: #fff;
    background-color: #A9A9A9;
    text-decoration: none;
}

#current, #subcurrent {
    background-color: #E1E4C9;
}





