body {
   background-color: #FFFF99;
   font-family: Garamond; 
   font-size: 12pt;
}

#header {
   padding: 1em;
   background: #FFFFFF  url(lemonade.jpg) no-repeat top right;
   font-family: sans-serif;
   color: #996633;
}

#header h1 {
   font-size: 20pt;
   font-weight: bold;
   margin-top: -5px;
}

div  h2 {
   display: none;
}

#quotes {
   position: absolute;
   top: 10px;
   right: 300px;
   width: 250px;
   font-size: 10.5pt;
   font-style: italic;
   color:#996633;
}

#quotes ul {
   list-style-type: none;
   line-height: 150%;  
}

q {line-height: 50%;}


.customername {
   display: none;
}

#about {
   max-width: 450px;
   margin-right: 300px; 
}

#menu {
   position: absolute;
   top: 120px;
   right: 1em;
}

#footer {
   font-size: 10pt;
   text-align: right;
   position: absolute;
   bottom: 1em;
   right: 1em;
   
}


