    body, html {
    margin : 0px auto 0px auto;
    padding : 0px 0px 0px 0px;
    background-color : #ecc422;
    text-align : center;
    font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
    background-image : url("images/page_bg.png");
    background-repeat : repeat;
    color : #000000;
    }

    #main {
    position: relative;
    width: 930px;
    min-height: 400px;
    margin: 0px auto 0px auto;
    padding: 40px 0px 0px 0px;
    background-image: url("images/main_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    text-align: left;
    }

    #logoh {
    margin: 0px 0px 0px 120px;
    background-color: transparent;
    font-family: "Palatino Linotype", "New York CE", utopia, serif;
    }

    #logoh a {
    color: #000000;
    text-decoration: none;
    }

    #logo {
    width: 246px;
    height: 74px;
    border: 0px;
    background-color: transparent;
    }

    #lang-menu {
    position: absolute;
    top: 0px;
    right: 60px;
    font-size: 0.75em;
    font-weight: bold;
    }

        #lang-menu li {
        float: left;
        list-style-type : none;
        color: #ffffff;
        }

            #lang-menu li a {
            text-decoration: none;
            color: #ffffff;
            }

                #lang-menu li a:hover {
                text-decoration: underline;
                }

    #body-top {
    width: 930px;
    height: 42px;
    border: 0px;
    margin: -10px 0px 0px 0px;
    float: left;
    }

    #content {
    width: 868px;
    min-height: 500px;
    margin: 0px;
    padding: 0px 30px 30px 30px;
    background-image: url("images/body-top_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #ffffd8;
    border: 1px solid #ccb55e;
    border-top: 0px;
    text-align: left;
    clear: both;
    }

    #content.bg-1 {
    background-image: url("images/body-top_bg-1.png");
    }

    #content.bg-2 {
    background-image: url("images/body-top_bg-2.png");
    }

    #content.bg-3 {
    background-image: url("images/body-top_bg-3.png");
    }

    #content ul {
    font-size: 0.80em;
    }

    #content li {
    height: 25px;
    list-style-image: url('images/arrow_r_y2.png');
    }
    
    #content li a {
    color: #000000;
    }

    #menu {
    width: 240px;
    height: 195px;
    margin: 0px 0px 50px 50px;
    padding: 25px 0px 0px 0px;
    background-image: url('images/menu_bg.png');
    background-color: transparent;
    font-family: font-family: Verdana, "Geneva CE", lucida, sans-serif;
    font-weight: bold;
    }

    #menu li {
    height: 30px;
    list-style-type: none;
    list-style-image: none;
    }

    #menu li a {
    display: block;
    width: 240px;
    height: 22px;
    padding: 8px 0px 0px 10px;
    font-size: 1em;
    color: #584626;
    text-decoration: none;
    }

    #menu li a img {
    width: 7px;
    height: 11px;
    margin: 0px 10px 0px 0px;
    border: 0px;
    }

    #menu li a.selected, #menu li a:hover, #menu li a:focus, #menu li a:active {
    margin-left: -10px;
    padding-left: 20px;
    background-color: #ffffff;
    filter: alpha(opacity=80);
    opacity: 0.8;
    color: #000000;
    }

    #content h1 {
    margin: 10px 0px 15px 15px;
    font-size: 1.5em;
    font-family: "Palatino Linotype", "New York CE", utopia, serif;
    font-weight: normal;
    }

    #content h2 {
    margin: 10px 0px 15px 15px;
    font-size: 1.3em;
    font-family: "Palatino Linotype", "New York CE", utopia, serif;
    font-weight: normal;
    }

    #content p {
    line-height: 140%;
    font-size: 0.80em;
    }

    #content p a {
    color: #000000;
    }
    
    #content p.galleryCont {
    text-align: center;
    }
    
    #content p.galleryCont img {
    margin: 0px 0px 10px 30px;
    }
    
    #content p.galleryCont img.first {
    margin: 0px 0px 10px 0px;
    }

    #footer {
    position: relative;
    width : 930px;
    height: 50px;
    margin: 0px 0px 20px 0px;
    }

    #foot-menu {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    font-size: 0.73em;
    }

        #foot-menu li {
        margin: 0px 5px 0px 5px;
        float: left;
        list-style-type : none;
        }

            #foot-menu li a {
            text-decoration: underline;
            color: #58571b;
            }

                #foot-menu li a:hover {
                color: #000000;
                }

    #uplink {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 0.73em;
    color: #58571b;
    }

    #uplink:hover {
    color: #000000;
    }

    #footer p {
    padding-right: 15px;
    font-size: 0.74em;
    color: #58571b;
    text-align: right;
    }

    #footer p a {
    color: #58571b;
    }
    
    