    /****************************************************************************

    This stylesheet has been coded manually by me. Don't steal it.

    Of course you can study my code if you want to find out how I've done what.
    As long as you don't copy it, I'm perfectly fine with that. :o)

    Any questions? Contact me: admin [at] rainharbour.net

    *****************************************************************************/



    body {
    margin:0;
    background: url(bg.jpg) center top;
    font-family: Arial, Helvetica, 'sans serif';
    font-size: 12px;
    text-align: center;
    color: #8B8B8B;
    background-color: #383838;

    scrollbar-base-color: #383838;
    scrollbar-track-color :#383838;
    scrollbar-face-color: #383838;
    scrollbar-highlight-color: #383838;
    scrollbar-3dlight-color: #383838;
    scrollbar-darkshadow-color: #383838;
    scrollbar-shadow-color: #383838;
    scrollbar-arrow-color: #383838;}

    a:link, a:active, a:visited {
    color: #666666;
    text-decoration: none;}

    a:hover {
    color: #D8D8D8;
    text-decoration: none;}

    #background {
    margin: auto;
    width: 500px;
    height: 350px;
    background: url(Splash.jpg) no-repeat center top;
    text-align: left;}


    div#navi {
    width: 500px;
    position: absolute;
    margin-top: 190px;
    line-height: 20px;}

    div#navi ul {
    list-style:none;
    list-style-image:none;
    display: inline;
    padding: 5px 10px 0 0;
    margin: 0;}

    div#navi li {
    height: 28px;
    list-style: none;
    list-style-image: none;
    display: inline;
    letter-spacing: 1px;}

    div#navi li a:link, div#navi li a:active, div#navi li a:visited, div#navi li a:hover {
    font-weight: bold;
    padding: 5px 8px 5px 8px;}

    div#navi .menu_a a:hover {
    background-color: #148499;}

    div#navi .menu_b a:hover {
    background-color: #DD8008;}

    div#navi .menu_c {
    color: #7B7B7B;
    padding: 5px 30px 5px 8;}


    * html #cont {
    padding-bottom: 0;}