﻿body
{
    padding: 10px;
    font-size: 9pt;
    font-family:Verdana;
    padding-bottom: 10px;
    margin: 0px;
    line-height: 13pt;
    background-color: #ffffff;
}
#wrapper
{
    width: 800px;
    padding: 10px;
    margin: 10px auto 0 auto;
    background-color:Green;
    
    color: White;
}
#header
{
}

.Important
{
    font-size: large;
    color: Red;
}


#bb
{
    padding: 10px;
    background-image: url(images/bgeight.jpg);
    height:2000px;
    
}
#sidebar
{
    margin-top: 10px;
    margin-right: 10px;
    text-align: left;
    float: left;
    width: 21%;
    background: white;
    padding: 10px;
}
#main
{
    margin-top: 10px;
    margin-right: 10px;
    text-align: left;
    float: left;
    width: 73%;
    padding: 10px;
    background: white;
}
#footer
{
    width: 100%;
}

ul#saturday
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
    position: relative;
    display: block;
    height: 36px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    background: transparent url(  "images/bgOFF.gif" ) repeat-x top left;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    border-bottom: 4px solid #336666;
    border-top: 1px solid #C0E2D4;
}
ul#saturday li
{
    display: block;
    float: left;
    margin: 0;
    pading: 0;
}
ul#saturday li a
{
    display: block;
    float: left;
    color: #874B46;
    text-decoration: none;
    padding: 12px 20px 0 20px;
    height: 24px;
    background: transparent url(  "images/bgDIVIDER.gif" ) no-repeat top right;
}
ul#saturday li a:hover
{
    background: transparent url(  "images/bgHOVER.gif" ) no-repeat top right;
}
ul#saturday li a.current, ul#saturday li a.current:hover
{
    color: #fff;
    background: transparent url(  "images/bgON.gif" ) no-repeat top right;
}

