/*Sblue*/
body
{
    background-color: #005ac1;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: 100%;
}

#wrapper
{
    background-color: #005ac1;
    border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
}

#wrapper_footer
{
    padding-top: 8px;
    min-height: 85px; height: auto !important; height: 85px;
    background-color: #005ac1;
    border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
}

#header p
{
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 0em;
    font-weight:normal;
}

#center_block
{
    opacity: 0.90;
    filter: alpha(opacity=90);
}

#navigation
{
    margin-top: 50px;
}

#navlist li
{
    height: 30px;
    line-height: 30px;
}

#navlist li a
{
    margin-left: -2px;
    font-size:90%;
    height: 30px\b; /*hack for IE8 : cliakable tab*/
}

#navlist li.active
{
    width: 158px;
    margin:6px 0px 6px 10px;
    background-color: #ffb83d;
    border:2px solid #ffffff;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

#navlist li.active a
{
    color: #805200;
}

#navlist li.active:hover a
{
    color: #fff;
}

#navlist li.selected
{
    width: 158px;
    margin:6px 0px 6px 10px;
    background-color: #d63d0b;
    border:2px solid #ffffff;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

#navlist li.selected a
{
    color: #fff;
}

#navlist li.space
{
    width:160px;
    height: 17px;
    margin:0px 0px 0px 10px;
    * margin: -12px 0px -4px 10px;
}

#donate
{
    width:178px;
    margin:0px 0px 0px 10px;
}

#content
{
    width: 750px;
    letter-spacing: 0em;
    background-color: #1e9c1e;
    border: 3px solid #fff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

#content h1
{
    font-size: 160%;
    color: #0020c1;
}

#content a
{
    color: #d7fb27;
    text-decoration: none;
}

#footer a
{
    color: #e89300;
    text-decoration: none;
}

#content a:hover,
#footer a:hover
{
    text-decoration: underline;
}

#block,
#contact
{
    color: #ffffff;
}

#block h2
{
    color: #ffd966;
    font-size: 110%;
    font-weight: bold;
}

.galDesc,
.img-block-desc
{
    color: #ffd966;
}

.block_inner .block div div img,
.block_inner .pic_gallery .gallery_img img
{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topleft:  8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#footer
{
    width:940px;
    color: #e1eaf5;
    margin: 45px 10px 10px 10px;
    background-color: #2164cc;
    opacity: 0.9;
    filter: alpha(opacity=90);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

#sdlogo,
#sdlogo a
{
    color: #a1c4ee;
}

#credit,
#credit a
{
    color: #ffffff;
}
