/* -- Tag specific -- */

body {
    background: #4f4b48 repeat-x url(/_/graphics/backgrounds/window.jpg);
    margin: 0px;
    padding: 0px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
}
a {
    color: #2d5a8d;
    text-decoration:none;
}
a:hover {
    color: #4182cc;
    text-decoration: underline;
}
a img {
    border: 0px;
}

/* -- Class specific -- */

ul.navigation {
    list-style-type: none;
    margin:          0px;
    padding:         0px;
}
ul.navigation li {
    display:      block;
    float:        left;
}

/* -- ID specific -- */

#page-wrapper {
    width: 800px;
    margin: 0px auto;
}

#header {
    background: #fff top left repeat-x url(/_/graphics/backgrounds/header.gif);
}
    #header h1 {
      margin: 0px;
      padding: 4px 0px 0px 15px;
    }
    #header ul.navigation {
      width:            100%;
      overflow:         hidden;
      background: #2b2b2b repeat-x top left url(/_/graphics/backgrounds/site_navigation.gif);
      height: 30px;
    }
    #header ul.navigation a {
        height: 23px;
        background: no-repeat bottom right url(/_/graphics/backgrounds/site_navigation_right.gif);
        padding: 8px 15px 0px 15px;
        display:block;
        color: #C9C9C9;
    }
    #header ul.navigation li.current {
        background: no-repeat bottom left url(/_/graphics/backgrounds/site_navigation_current_left.gif);
    }
    #header ul.navigation li.current a {
        background: no-repeat bottom right url(/_/graphics/backgrounds/site_navigation_current_right.gif);
        color: #fff;
        font-size: 110%;
    }
    #header ul.navigation li.last a {
        background: none;
    }
    #header ul.navigation a:hover {
        color: #fff;
        text-decoration:none;
    }
    #mailinglist {
        background: none;
        float:right;
        font-size: 90%;
    }
    #header ul.navigation #mailinglist a {
        background:none;
    }
#content {
    clear:both;
    background-color: #fff;
}
    #content, #content_fx_top, #content_fx_bottom {
      overflow:hidden;
    }
    #content, #content_fx_top {
      width: 100%;
    }
    #content_fx_top {
      background: top left repeat-x url(/_/graphics/backgrounds/content_top.png);
    }
    #content_fx_bottom {
      background: bottom left repeat-x url(/_/graphics/backgrounds/content_bottom.png);
    }

#footer {
    clear:both;
    width: 100%;
    overflow:hidden;
    color: #9a9a9a;
    font-size: 90%;
    background: top left repeat-x url(/_/graphics/backgrounds/footer.gif);
}
    #footer ul.navigation {
      margin: 15px;
      font-size: 120%;
      float:left;
    }
    #footer ul.navigation li {
      margin-right: 15px;
      padding-right: 15px;
      border-right: 1px solid #9a9a9a;
    }
    #footer ul.navigation li.last {
      border-right: 0px;
    }
    #footer p {
      float:right;
      clear:right;
    }
    #footer a {
      color: #9a9a9a;
    }
    #copyright {
      margin-right: 15px;
    }
    #renao {
      color: #2B2824;
      font-size: 120%;
    }
    #renao a {
      color: #2B2824;
    }
    #footer a:hover, #renao a:hover {
      color: #4182cc;
    }
