
h1
   {
    font-family:  "Bookman Old Style", "Georgia", "Times New Roman", Times, serif;
    font-size: 3em;
    font-style: italic;
    color: #FFFF00;
   }

h2
   {
    font-family:  "Bookman Old Style", "Georgia", "Times New Roman", Times, serif; 
    font-size: 1.5em;
    font-variant: small-caps;
    color: #FFFF00;
    text-align: center;
   }

h3
   {
    font-family:  "Bookman Old Style", "Georgia", "Times New Roman", Times, serif; 
    font-size: 1em;
    font-variant: small-caps;
    color: #D0D000;
    text-align: center;
   }

#container
   {
    width: 95%;
    background-color: #C0E0E0;
    margin: 0 auto;
    padding: 0;
    text-align: left;
   }

#header h1,h2,h3
   {
    background-color: #101090;
    text-align: center;
    margin: 0;
    padding: 4px 4px;
   }

#dateandlocation
   {
    font-family:  "Bookman Old Style", "Georgia", "Times New Roman", Times, serif; 
    margin: 0 0 0 10em;
    font-size: 1.5em;
    color: #E00000;
    text-align: center;
    font-weight: bold;
    background-color: #FFFFFF;
    border-bottom: 2px #C0C0C0 solid;
    padding: 2px;
   }

#sidebar
   {
    font-size: 1em;
    font-family:  "Arial", sans-serif;
    float: left;
    width: 15em;
    margin: 0 0 0 10px;
    line-height: 1.6em;
   }

#sidebar a:hover
   {
    background-color: #101090;
    color: #FFFF00;
    border-right: 2px #999999 solid;
    border-bottom: 2px #999999 solid;
    padding: 3px;
   }

#maincontent
   {
    font-size: 1em;
    font-family:  "Bookman Old Style", "Georgia", "Times New Roman", Times, serif; 
    background-color: #FFFFFF;
    margin-left: 15em;
    padding: 8px;
   }
   
#bonusbox
   {
    font-family:  "Bookman Old Style", "Georgia", "Times New Roman", Times, serif; 
    color: maroon;
    background-color: #FFFFE0;
    margin-left: 15em;
    padding: 8px;
   }

#footer p
   {
    margin: 0;
    padding: 2px 0;
    background-color:  #DDDDDD;
    text-align: center;
    font-size:  0.8em;
    font-style: italic;
   }

.drinkspic
   {
    position: relative;
    left: 0px;
    top: 0px;
    float: left;
    width: 195px:
    height: 94px;
    margin-right: 1em;

   }

.clearfloat
   {
    clear: both;
    height: 0;
    font-size: 2px;
   }


