body {
  font: 12px "lucida grande", lucide, verdana, arial, helvetica, sans-serif;
  color:#000000;
  background: #000000 url(images/bg.gif) left top repeat-x fixed;;
  margin: 30px;
  line-height: 140%;
  }

p, li, ul, dd, td {
  font: 12px "lucida grande", lucide,  verdana, arial, helvetica, sans-serif;
  color:#000000;
  line-height: 140%;
  }
 
a {
  font: 12px "lucida grande", lucide,  verdana, arial, helvetica, sans-serif;
  color:#213d7e;
  text-decoration: underline;
  }
  
a:hover {
  color:#213d7e; 
  text-decoration:underline;
  }

hr {
  height:1px;
  border: 0px;
  width: 100%;
  background: #716f6e;
  color: #716f6e;
  }
  
h1 {
  font-size: 20px;
  padding-bottom: 6px;
  margin-top: 0px;
  color: #81250e;
  line-height: 120%;
  font-weight: bold;
  }
h2 {
  font-size: 18px;
  padding-bottom: 6px;
  margin-top: 0px;
  color: #81250e;
  line-height: 120%;
  font-weight: bold;
  }
h3 {
  font-size: 16px;
  padding-bottom: 6px;
  margin: 0;
  color: #81250e;
  line-height: 120%;
  font-weight: bold;
  }

#pagebody {
  width: 734px;
  align: center;
  }

#navbar {
  background: url(images/nav-bg.jpg) left top no-repeat;
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 37px;
  }
#navbar a {
  color: #ffcb73;
  text-decoration: none;
  padding-right: 27px;
  }
#navbar a:hover {
  color: #ffffff;
  }
#active {
  color: #b12609;
  text-decoration: none;
  padding-right: 27px;
  } 

#content {
  padding: 35px 35px 5px 35px;
  background: #ffffff;
  }

#chocolate01 {
  background: url(images/chocolate-bg01.gif) left top no-repeat;
  width: 233px;
  height: 158px;
  }
#chocolate02 {
  background: url(images/chocolate-bg02.gif) left top no-repeat;
  border-left: 20px solid #ffffff;
  height: 158px;
  }
#chocolate03 {
  background: url(images/chocolate-bg03.gif) left top no-repeat;
  width: 233px;
  height: 158px;
  }

#chocolatecontent {
  padding: 12px 12px 0 12px;
  }
#chocolatecontent h1 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 8px;
  margin: 0;
  }
#chocolatecontent ul {
  padding: 0 0 0 6px;
  margin: 0 0 0 6px;
  }
#chocolatecontent p {
  padding: 0;
  margin: 0;
  }
  
#footer {
  color: #b7b6b6;
  font-size: 11px;
  line-height: 30px;
  }
#footer a {
  color: #b7b6b6;
  text-decoration: underline;
  font-size: 11px;
  }
#footer a:hover {
  color: ##716f6e;
  text-decoration: underline;
  }