body {
  font-size:           small;
  font-family:         Verdana, Helvetica, Arial, sans-serif;
  line-height:         1.6em;
}

h1, h2 {
  color:               #007e7e;
}

h1 {
  font-size:           150%;
}

h2 {
  font-size:           130%;
}

#guarantee {
  line-height:         1.9em;
  font-style:          italic;
  font-family:         Georgia, "Times New Roman", Times, serif;
  color:               #444444;
  border-color:        white;
  border-width:        1px;
  border-style:        dashed;
  background-color:    #a7cece;
  padding:             25px;
  padding-left:        80px;
  margin:              30px;
  margin-right:        250px;
  background-image:    url(images/background.gif);
  background-repeat:   no-repeat;
  background-position: top left;
  	    }
  
#elixers  {
  line-height: 1;
  width: 200px;
  border: thin solid #007e7e;  
  padding 20px;
  margin-left: 20px;
  text-align: center;
  background: white url(images/cocktail.gif) repeat-x; 
  float: right;  
  }
  
#elixers h2 {
   color: black;
   }
   
#elixers h3 {
   color: #d12c47;
   }
   
#elixers a:link {
   color: #007e7e;
   }
   
#elixers a:visited {
   color: #333333;
   }
   
#elixers a:hover {
   background: #f88396;
   color: #0d5353;
   }
   
#footer {
   font-size: 50%;
   text-align: center;
   line-height: normal;
   margin-top: 30px;
   }
  	    
  .cd {
     font-style: italic;
     }
     
   .artist {
   font-weight: bold;
   }
   
