body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, "Trebuchet MS", helvetica, sans-serif;
    font-size: 0.7em;
    color: #000;
    text-align: center;
    background: url('../images/body_background.jpg') left top repeat-x #fff;
}

h2, h3, h4, h5, p {
    margin-bottom: 1em;
}

h1 {
    display: none;
    font-size: 1.2em;
}

h2  {
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em;
    font-weight: bold;
}

blockquote {
    padding: 5px;
    margin: 0 0 1em 25px;
}

a {
    font-weight: bold;
    color: #fff;
}

form p {
    clear: both;
}

form em {
    color: #666;
}

form label {
    width: 150px;
    display: block;
    float: left;
    color: #666;
}

form textarea {
    width: 293px;
}

.clear {
    clear: both;
    visibility: none;
}


div#wrapper {
    width: 823px;
    padding: 0px;
    margin: 0px auto 0 auto;
    text-align: left;
    background: #fff;
}

div#header {
    width: 823px;
    height: 348px;
    clear: both;
    background: url('../images/header_background.jpg') left top no-repeat;
}

div#breaker {
    width: 823px;
    height: 120px;
    clear: both;
    background: url('../images/breaker_background.jpg') left top no-repeat;
}

  #breaker h3 {
    padding:5px;
    margin-right:65px;
    text-align:right;
    color:#fff;
  }
  
  #breaker p {
    margin-right:65px;
    text-align:right;
    color:#fff;
  }

ul#navigation {
    position: relative;
    top: 169px;
    left: 40px;
    list-style-type: none;
    clear: both;
}

ul#navigation li a {
/*
    width: 150px;
    display: block;
    padding: 1px 20px 1px 5px;
    font-size: 0.85em;
    font-weight: bold;
    color: #1e40a2;
*/
    padding: 0 5px;
    font-size: 0.85em;
    font-weight: bold;
    color: #1e40a2;
    background: #c1cad9;
}

ul#navigation li a:hover {
    text-decoration: underline;
}

ul#navigation li a.active {
    text-decoration: underline;
}

ul#navigation li ul {
    padding: 0 0 3px 10px;
}

div#sidebar {
    width: 269px;
    min-height:400px;
    /*padding: 0 20px 0 26px;*/
    float: left;
    background-color:#fff;
}

.sframe{
    background:url('../images/slideshowbg.png') no-repeat top right;
    width: 225px;
    height: 171px;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-left: 40px;
    }

.slideshow{
    width: 215px;
    height: 161px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    }


    #sidebar h2 {
        font-size:24px;
        padding:10px 10px 5px 30px;
        margin-top: 5px;
        float: right;
        color:#003466;
        background:url('../images/nuoli.jpg') left center no-repeat;
        margin-bottom: 5px;
    }

    #sidebar img {

    }

    div#sidebar div.box {
        display: block;
        height: 130px;
        margin-top: 50px;
    }
    
        div#sidebar div.box.box-3 {
            margin-top: 30px;
        }

div#content {
    width: 500px;
    min-height:297px;
    padding-top: 20px;
    float: left;
    border-left:1px solid #ccc;
    background: url('../images/content_background.jpg') left top no-repeat #fff;
}

div#content a {
    color: #003466;
}

    div#content h2 {
        font-size: 3.2em;
        margin: 0.5em 0 0.5em -1.5em;
        line-height: 1em;
    }

    div#content h3 {
        font-size: 1.5em;
        border-bottom: 1px solid #ddd;
    }

    div#content h3, div#content p {
        margin-left:30px;
        text-align:left;
    }

    div#content ul {
        list-style: disc;
        margin-left: 60px;
    }

div#gallery {
    width: 499px;
    height: 170px;
    float: left;
    background: url('../images/gallery_background.jpg') left top no-repeat;
}

    div#gallery a.nav_prev {
        float: left;
        position: relative;
        top: 70px;
        left: 15px;
        font-size: 2em;
    }
    
    div#gallery a.nav_next {
        float: right;
        position: relative;
        top: 70px;
        right: 15px;
        font-size: 2em;
    }

    div#gallery img {
        width: 100px;
        height: 85px;
        border: 1px solid #fff;
        float: left;
        position: relative;
        top: 43px;
        left: 25px;
        margin-right: 5px;
    }

div#footer {
  background: url('../images/footer_background.jpg') left top no-repeat;
    width: 823px;
  text-align:center;
    position: relative;
    clear: both;
}

    div#footer a {
        font-weight: normal;
        color: #ccc;
    }
