body {
    margin: 0;
    padding: 0;

    background-color: white;
    background: url( "../images/background.png" );
    background-repeat: repeat-x;

    text-align: center;
    font-family: "Tahoma", sans;
    font-size: 14px;

    color: #444;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

div#main {
    width: 800px;
    margin: 40px auto 0 auto;

    text-align: left;
}

span.slogan {
    font-size: 120%;
}

label.label {
    font-size: 0.85em;
    font-style: normal;
}

div.menu {
    color: #ddd;
    background-color: transparent;
    font-family: "Trebuchet MS", sans;
    font-size: 0.9em;
    padding: 40px 20px 0 20px;
    float: left;
}

div.locale {
    color: #ddd;
    background-color: transparent;
    font-family: "Trebuchet MS", sans;
    font-size: 0.9em;
    margin: 10px 5px 0 0;
    float: right;
}

div#body {
    overflow: hidden;
}

div#footer {
    clear: both;
    border-top: 1px solid #ddd;
    margin: 20px 0 20px 0;
    font-size: 0.8em;
    color: #aaa;
}

div.menuitem {
    float: left;
    margin-right: 5px;
}

div#header {
    margin: 0 0 20px 0;

    background: url( "../images/header.png" );
    background-repeat: no-repeat;
    background-color: transparent;

    height: 200px;
    overflow: hidden;
}

div#smallpanel {
    float: left;
    width: 280px;

    border-right: 1px solid #ddd;

}

div#bigpanel {
    float: left;
    width: 519px;
}

div#bigpanel-center {
    margin: auto;
    width: 480px;
}

div.panelbody {
    padding: 10px;
}

p.header {
    font-size: 1.5em;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 14px;
}

a {
    color: #005a8a;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: overline;
}

a.menu {
    color: #fff;
    background-color: transparent;
}

img.photo {
    margin-top: 0pt;

    margin-right: 5px;

    margin-bottom: 0pt;

    margin-left: 5px;

    padding-top: 4px;

    padding-right: 4px;

    padding-bottom: 4px;

    padding-left: 4px;

    border-top-width: 1px;

    border-right-width: 1px;

    border-bottom-width: 1px;

    border-left-width: 1px;

    border-top-style: solid;

    border-right-style: solid;

    border-bottom-style: solid;

    border-left-style: solid;

    border-top-color: #cccccc;

    border-right-color: #cccccc;

    border-bottom-color: #cccccc;

    border-left-color: #cccccc;

    max-width: 100%;
}
