@CHARSET "UTF-8";

body {
    font: 1em/1.67 Georgia, "Times New Roman", Times, Serif;
    background: url(../images/page_background.jpg) center center repeat-y #e5e5e5;
}

.cleaner {
    clear: both;
    height: 1px;
    margin: -1px 0px 0px 0px;
    padding: 0px;
    border: none;
    visibility: hidden;
}

h1, h2, h3, h4 {
    font: bold 200%/1.1 "Trebuchet MS", Verdana, Tahoma;
    color: #007df9;
    margin: 0px;
    border-left: solid 30px #9bc53a;
    padding: 0px 0px 0px 10px;
}

h1 {
    font-size: 160%;
    margin-top: 2em;
    margin-bottom: 1em;
}

h2 {
    font-size: 140%;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 120%;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.page {
    margin: 0px auto;
    padding: 0px;
    width: 880px;
    left: auto;
    right: auto;
    background: #ffffff;
}

.header-panel {
    margin: 0px;
    padding: 0px;
    height: 130px;
    background: url(../images/header_background.jpg) top left no-repeat;
}

.menu-panel {
    margin: 50px 0 0 0;
    padding: 0;
}

.menu {
    color: #ffffff;
    font-family: "Trebuchet MS", Verdana, Tahoma;
    padding: 0px 130px 0px 130px;
    margin: 0;
    background: url(../images/menu_background.jpg) top left repeat-x;
}

    .menu > .item {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        list-style-type: none;
        list-style-position: inside;
    }

        .menu > .item.active {
            background: url(../images/menu_background_selected.jpg) top left repeat-x;
        }

        .menu > .item a {
            color: #ffffff;
            text-decoration: none;
            display: inline-block;
            padding: 15px 10px 10px 10px;
        }

            .menu > .item a:hover {
                background: url(../images/menu_background_selected.jpg) top left repeat-x;
            }

.content-panel {
    margin: 0px;
}

    .content-panel > .header {
        height: 60px;
        background: url(../images/content_background.jpg) top left no-repeat;
    }

    .content-panel > .body {
        padding: 30px 130px 30px 130px;
    }

    .content-panel > .footer {
        height: 60px;
        background: url(../images/content_background_bottom.jpg) bottom left no-repeat;
    }

.footer-panel {
    margin: 2px 0 0 0;
    padding: 0.5em;
    text-align: right;
    font-family: "Trebuchet MS", Verdana, Tahoma;
    color: #ffffff;
    /*background: url(../images/footer_background.jpg) top left repeat-x;*/
    background: url(../images/menu_background.jpg) center center repeat-x;
}

    .footer-panel > .text {
        color: #fff;
    }

        .footer-panel > .text a {
            color: #fff;
            text-decoration: none;
        }

            .footer-panel > .text a:hover {
                text-decoration: underline;
            }

.webmaster-label {
    margin: 0px;
    padding: 5px;
}

.right-floating {
    float: right;
    margin: 5px;
    padding: 5px;
}

.img {
}

    .img.box {
        float: right;
        max-width: 40%;
        margin: 2em -3em 1.5em 1.5em;
    }

    .img.responsive {
        width: 100%;
    }

/* -------------------------------------------- */

.gallery-box {
    margin: 10px;
}

.gallery-image-box {
    float: left;
    border: solid 3px white;
    margin: 5px;
}
