body {
      background-color: #b5a789;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: small;
      margin: 0px;
      }
h1 {
    font-size: 120%;
    color: #954b4b;
    }
#header {
         background-color: #675c47;
         margin: 10px 10px 0px 10px;
         height: 108px;
         }
#header img#headerSlogan {
	                  float: right;
                         }


#drinks { 
    background-color: #efe5d0;
    
    padding: 15px;
    margin: 10px 10px 10px 10px;
    width: 170px;
    float: left;
   
}
#main { 
       background: #efe5d0 url(images/background.gif) top left;
       font-size: 105%;
       padding: 15px;
       margin: 10px 300px 10px 220px;
       
       }
#footer {
         background-color: #675c47;
         color: #efe5d0;
         text-align: center;
         padding: 15px;
         margin: 0px 10px 10px 10px;
         font-size: 90%;
         clear: both;
         }
#sidebar { 
          background: #efe5d0 url(images/background.gif) bottom right;
          font-size: 105%;
          padding: 15px;
          margin: 10px 10px 10px 10px;
          width: 250px;
          float: right;
          
          


.slogan { color: #954b4b; }
.beanheading {
              text-align: center;
              line-height: 1.8em;
              }
a:link {
        color: #b76666;
        text-decoration: none;
        border-bottom: thin dotted #b76666;
        }
a:visited {
           color: #675c47;
           text-decoration: none;
           border-bottom: thin dotted #675c47;
           }

 


      