    /*******************************************************************************************/
    /*                                                                                         */
    /* CSS STYLE SHEET                                                                         */
    /*                                                                                         */
    /*******************************************************************************************/
    /*-----------------------------------------------------------------------------------------*/
    /* GLOBAL STYLES                                                                           */
    /*-----------------------------------------------------------------------------------------*/
    /*******************************************************************************************/

    /*-----------------------------------------------------------------------------------------*/
    /* BODY STYLES                                                                             */
    /*-----------------------------------------------------------------------------------------*/
body                                                          /*                               */
     {font-family         : Georgia,                          /*                               */
                            "Times New Roman",                /*                               */
                            Times,                            /*                               */
                            serif;                            /*                               */
      margin              : 0px;                              /*                               */
      padding             : 0px;                              /*                               */
      background-color    : #BBC8D0;}                         /*                               */


    /*-----------------------------------------------------------------------------------------*/
    /* DIV STYLES                                                                              */
    /*-----------------------------------------------------------------------------------------*/


    /*-----------------------------------------------------------------------------------------*/
    /* HEADER STYLES                                                                           */
    /*-----------------------------------------------------------------------------------------*/
h1.logo
    {font-size            : 150%;
     text-align           : center;}

h1.page_h1
    {font-size            : 150%;
     text-align           : center;}


    /*-----------------------------------------------------------------------------------------*/
    /* PARAGRAPH STYLES                                                                        */
    /*-----------------------------------------------------------------------------------------*/
p.page_body
    {font-size            : 105%;
     text-align           : justify;}

p.page_center
    {font-size            : 105%;
     text-align           : center;}

p.thumbs_center
    {font-size            : 120%;
     text-align           : center;}

p.address
    {font-size            : 90%;
     text-align           : center;
     font-weight          : bold;}

p.contact
    {font-size            : 105%;
     text-align           : center;
     font-weight          : bold;}

p.common_links
    {font-size            : 90%;
     text-align           : center;
     margin-top           : 0.2em;
     margin-bottom        : 0.2em;}

p.copyright
    {font-size            : 80%;
     text-align           : center;}

p.trading_name
    {font-size            : 70%;
     text-align           : center;
     color                : #999999;}


    /*-----------------------------------------------------------------------------------------*/
    /* SPAN STYLES                                                                             */
    /*-----------------------------------------------------------------------------------------*/


    /*-----------------------------------------------------------------------------------------*/
    /* IMAGE STYLES                                                                            */
    /*-----------------------------------------------------------------------------------------*/
img
    {margin               : 10px 15px;
     border-style         : inset;
     vertical-align       : text-top;}                        /*                               */

img.validated
    {display              : block;
     margin               : 0 auto;
     border-style         : none;    }                        /*                               */

img.dj
    {display              : block;
     border-style         : none;
     margin               : 0 auto;}                          /*                               */

 
    /*-----------------------------------------------------------------------------------------*/
    /* TABLE STYLES                                                                            */
    /*-----------------------------------------------------------------------------------------*/
table
    {margin               : 0 auto;}                          /*                               */

table.logo td.lh_rh
    {width                : 155px;}                           /*                               */

table.thumbs
    {margin               : 0 auto;
     width                : 800px;}                           /*                               */

table.logo tr
    {height               : 155px;}                           /*                               */

table.logo td.mid
    {width                : 450px;
     vertical-align       : middle;
     padding-left         : 30px;
     padding-right        : 30px;}                            /*                               */

table.page_body td.lh_rh
    {width                : 155px;}                           /*                               */

table.page_body td.mid
    {width                : 450px;
     vertical-align       : top;
     padding-left         : 30px;
     padding-right        : 30px;}                            /*                               */

table.pricing td.size
    {width                : 75px;
     font-size            : 100%;
     font-weight          : bold;
     text-align           : left;}                            /*                               */

table.pricing td.description
    {width                : 135px;
     font-size            : 100%;
     font-weight          : bold;
     text-align           : left;}                            /*                               */

table.pricing td.price
    {width                : 75px;
     font-size            : 100%;
     font-weight          : bold;
     text-align           : right;}                           /*                               */

table.years
    {width                : 240px;}                           /*                               */

table.years td.year
    {width                : 120px;
     font-size            : 110%;
     font-weight          : bold;
     text-align           : center;}                          /*                               */

table.seasons
    {width                : 200px;}                           /*                               */

table.seasons td.season
    {width                : 200px;
     font-size            : 110%;
     font-weight          : bold;
     text-align           : center;}                          /*                               */

table.event th.date
    {width                : 70px;
     font-size            : 100%;
     font-weight          : bold;
     text-align           : center;}                          /*                               */

table.event th.name
    {width                : 200px;
     font-size            : 100%;
     font-weight          : bold;
     text-align           : left;}                          /*                               */

table.event th.location
    {width                : 180px;
     font-size            : 100%;
     font-weight          : bold;
     text-align           : left;}                          /*                               */

table.event td.date
    {width                : 70px;
     font-size            : 80%;
     text-align           : center;}                          /*                               */

table.event td.name
    {width                : 200px;
     font-size            : 80%;
     text-align           : left;}                            /*                               */

table.event td.location
    {width                : 180px;
     font-size            : 80%;
     text-align           : left;}                          /*                               */

table.links td.name
    {width                : 150px;
     font-size            : 100%;
     text-align           : left;}                            /*                               */

table.links td.description
    {width                : 250px;
     font-size            : 100%;
     text-align           : left;}                          /*                               */


    /*-----------------------------------------------------------------------------------------*/
    /* LINK STYLES                                                                             */
    /*-----------------------------------------------------------------------------------------*/


    /*-----------------------------------------------------------------------------------------*/
    /* FORM STYLES                                                                             */
    /*-----------------------------------------------------------------------------------------*/
input.buttons
    {font-size            : 80%;
     background           : #BBBBBB;
     width                : 110px;
     margin-left          : 20px;
     margin-right         : 20px;}                            /*                               */

input.menu_buttons
    {font-size            : 80%;
     background           : #BBBBBB;
     width                : 109px;
     margin-left          : 2px;
     margin-right         : 2px;}                             /*                               */

input.return_button
    {font-size            : 80%;
     background           : #BBBBBB;
     width                : 220px; }                          /*                               */

button.return_button
    {font-size            : 80%;
     background           : #BBBBBB;
     width                : 220px; }                          /*                               */


    /*-----------------------------------------------------------------------------------------*/
    /*  HR                                                                                     */
    /*-----------------------------------------------------------------------------------------*/
hr.main
    {width                : 810px;
     height               : 5px;
     text-align           : center;}                         /*                               */


    /*-----------------------------------------------------------------------------------------*/
    /*  ID Selectors                                                                           */
    /*-----------------------------------------------------------------------------------------*/

