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

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

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

#container
   {
    width: 100%;
   }

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

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

#sidebar
   {
    display: none;
   }

#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; 
    margin-left: 0;
   }
   
#bonusbox
   {
    font-family: "Bookman Old Style", "Georgia", "Times New Roman", Times, serif; 
    color: maroon;
    margin-left: 0;
   }

#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;
   }


