body 		{font-family:	"Comic Sans MS", "Arial", sans-serif;  font-size:small;}
img 		{margin: 0 0 10px 10px; padding: 30px;}
/* links */
a:link 		{color:#007e7e;}
a:visited 	{color:#333333;}
a:hover 	{background:#cc6600; color:#0d5353;}

h1, h2 		{border-bottom:thin ridge #888888;}
h1 			{color: #000; font-weight: bolder; font-size: 200%;}
h2 			{color: #8B0000; font-weight: bold; font-size: 130%;}
h4 			{font-size: 80%; color: #cc6600;}
caption 	{font-style: italic; padding-top: 8px;}
/* classes */
.bgnd 		{background-image:url(images/background.gif)}
.center 	{text-align:  center;}
.floatright {float: right; margin: 0 0 10px 10px;}
.textBob 	{font-size: 80%; color: #cc6600;}
.floatleft 	{float: left; margin: 0 0 10px 10px;}
.right 		{text-align: right;}
.left 		{text-align:left;}
.cellcolor 	{background-color: #fcba7a;}

li {
  list-style-image: url(images/backpack.gif);
  padding-top:      5px;
  margin-left:      10px;
}

#guarantee {
  line-height:         1.9em;
  font-style:          italic;
  font-family:         Georgia, "Times New Roman", Times, serif;
  color:               #444444;
  border:              1px dashed white;
  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;
}

#elixirs {
  border:              thin solid #007e7e;
  width:               200px;
  padding:             0px 20px 20px 20px;
  margin-left:         20px;
  text-align:          center;
  background-image:    url("images/cocktail.gif");
  background-repeat:   repeat-x;
  float:               right;
  line-height: 		   1em;
}


