body {
    margin: 0px;    
}

#page {
    max-width: 800px;
    min-width: 780px;
    margin: auto;
}

#page #top {
    padding-top: 20px;
    padding-left: 18px;
    padding-bottom: 16px;
    background-color: #4C7237;    
}

a img { border: 0px; }

h1 {
    color: #fff;
    margin: 0px; padding: 5px;
    font-family: 'helvetica neue light', sans-serif;
    font-size:1.5em; font-weight: normal;
    text-transform: uppercase;
    text-indent: -10000px;
    background-image: URL('../images/top.gif');
    background-repeat: no-repeat;
    background-position: 5px 5px; 
}

h2 {
    font-family: 'helvetica neue light', sans-serif;
    font-size: 1.9em; font-weight: normal;   
}

h3 {
    font-family: 'helvetica neue thin', sans-serif;
    color: #333;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 15px;
}

#page #menu {
    padding: 5px;
    padding-top: 8px;
    background-color: #555;
    font-family: sans-serif; font-size: 0.7em;
    text-transform: uppercase;
}

#menu a {
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
}

#menu a:hover { text-decoration: underline; }

div.lang { float: left; text-align: right;}

.content {
    font-family: sans-serif;
    font-size: 0.75em;
    line-height: 1.3em;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.textcol {
    float: left;
    width: 35%;
    margin-right: 15px;
 }
 
 .imagecol {
    float: left;
    margin-right: 15px;
 }
 
.floating { text-align: center; }
.floating img { float: left; margin-right: 5px; }
.floating .divider { clear: both; margin-bottom: 5px; }
 
 img.hdr { margin-top: 15px; margin-bottom: 5px; margin-left: 6px; display: block; }
 
p { margin-top: 0px; margin-bottom: 15px; }
