    html
    {
        

    }

    body
    {
        margin: 0px;
        padding: 0px;
        font-family: Lucida Sans Unicode;
        font-size: 14px;
        color: #ffffff;
        background: #000000 url('/images/back.jpg') no-repeat top center;
    }


    img { border: none;  }



    .clear
    {
        height: 0px;
        overflow: hidden;
        clear: both;
    }



    #logo
    {
        padding: 0px 0px 0px 0px;
        margin: 50px 0px 0px 420px;
    }

    .icons
    {
        padding: 30px 0px 0px 0px;
        margin: 0px 60px 0px 0px;
        text-align: right;
    }

    .icons a
    {
        font-size: 12px;
        margin: 0px 6px 0px 6px;
    }


    #outer
    {
        margin: 0px auto;
        width: 960px;
        padding: 0px 0px 0px 0px;
    }




    .left_side
    {
        float: left;
        width: 350px;
        margin: 50px 0px 0px 0px;
        padding: 0px 0px 0px 25px;
    }

    .right_side
    {
        margin: 70px 0px 0px 0px;
        padding: 0px 30px 0px 0px;
        float: right;
        width: 500px;
    }



    a
    {
        color: #ffffff;
        text-decoration: none;
    }

    a:hover
    {

        text-decoration: underline;
    }


    h1
    {
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 10px 0px;
        font-weight: normal;
        font-size: 18px;
    }

    h2
    {
        margin: 0px;
        padding: 0px;
        font-weight: normal;
        font-size: 16px;
    }

    h3
    {
        margin: 0px 0px 15px 0px;
        font-weight: normal;
        font-size: 16px;
    }


    p
    {
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 0px 0px;

    }

    .yellow
    {
        background:  url('/images/yellow_line.gif') repeat-x bottom;
    }

    .purple
    {
        background:  url('/images/purple_line.gif') repeat-x bottom;
    }

    .blue
    {
        background:  url('/images/blue_line.gif') repeat-x bottom;
    }



 /*------------------------- footer----------------------------- */

    #footer
    {
        margin: 50px auto 0px auto;
        width: 910px;
        padding: 30px 0px 30px 0px;
        text-align: center;
        background:  url('/images/footer.gif') repeat-x top;
    }





  /*  end ------------------------- footer----------------------------- */





     /* ------------------------   navigation_links ----------------------------------- */

     #navigation_links
     {
         margin: 275px 0px 0px 0px;
         padding: 0px 0px 0px 0px;
     }

     #navigation_links ul
     {
        list-style-type: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
     }

     #navigation_links ul li
     {
        float: left;
        width: 132px;
        margin: 0px 2px 0px 2px;
        padding: 15px 0px 27px 0px;
        text-align: center;
        background: url('/images/menu_back.gif') no-repeat top right;
     }

     #navigation_links ul li:hover
     {
        background-position: top left;
     }

     #navigation_links ul li.jshover
     {
        background-position: top left;
     }

     #navigation_links a
     {
        font-size: 18px;
     }

     #navigation_links a:hover
     {
        text-decoration: none;
     }



     
     /*  END------------------------   navigation_links ----------------------------------- */


    .date
    {
        padding: 0px 0px 0px 0px;
        font-family:Tahoma;
        color: #f4f431;
    }

    .descrip
    {
        padding: 0px 0px 5px 0px;
        font-size: 18px;
        margin: 0px 0px 20px 0px;
    }

    .more_yellow, .more_blue, .more_purple
    {
        text-align: right;
    }

    .more_yellow a
    {
        color: #f4f431;
        background: url('/images/arrow_yellow.gif') no-repeat center right;
        padding: 0px 10px 0px 0px;
        text-decoration: underline;
    }

    .more_yellow a:hover,.more_purple a:hover,.more_blue a:hover
    {
        text-decoration: none;
    }


    .more_purple a
    {
        color: #c510a6;
        background: url('/images/arrow_purple.gif') no-repeat center right;
        padding: 0px 10px 0px 0px;
        text-decoration: underline;
    }

    .more_blue a
    {
        color: #6178e1;
        background: url('/images/arrow_blue.gif') no-repeat center right;
        padding: 0px 10px 0px 0px;
        text-decoration: underline;
    }


    .track
    {
        font-size: 18px;
    }

    .track span
    {
         font-size: 14px;
    }

    .track a
    {
        font-size: 12px;
    }


