/*  ---------------------------------------------------------------------
        main sections
    --------------------------------------------------------------------- */

    div#siteHeader {
    background-image:           url( ../../images/bowlapalooza/headerBg_sunset.gif );
    background-position:        top left;
    background-repeat:          no-repeat;
    }
    
    div#siteBodyWrapper_rightCol {
    background-image:           url( ../../images/bowlapalooza/bodyBg_water.gif );
    background-position:        top left;
    background-repeat:          no-repeat;
    }
    
    div#siteHeader span#flash {
    position:                   absolute;
    display:                    block;
    }


/*  ---------------------------------------------------------------------
        navigation/links
    --------------------------------------------------------------------- */

    A, A:ACTIVE, A:LINK {
    color:                      #ffb511;
    font-weight:                bold;
    outline:                    none;
    text-decoration:            none;
    }

    A:VISITED {
    color:                      #ffb511;
    font-weight:                bold;
    }

    A:HOVER {
    color:                      #e0465b;
    font-weight:                bold;
    text-decoration:            underline;
    }

    a.ssblink:link, a.ssblink:active, a.ssblink:visited  {
    color:                      #FFFFFF;
    font-weight:                bold;
    text-decoration:            none;
    }

    a.ssblink:hover {
    color:                      #FFFFFF;
    text-decoration:            underline;
    font-weight:                bold;
    }

/*  ---------------------------------------------------------------------
        extras
    --------------------------------------------------------------------- */

    #subtitle {
    font-weight:                bold;
    text-decoration:            underline;
    }

    .bold {
    font-weight:                bold;
    color:                      #ffffff;
    }