body{
   margin: 0px;
   margin-top: 20px;
   margin-bottom: 20px;
   padding: 0px;
   background-color: #ffffff;
   font-family: Trebuchet MS, Helvetica, Arial;
   font-size: 0.9em;
}

   div#site_wrapper{
      margin: 0px auto;
      padding: 0px;
      width: 773px;
      background-image: url('../images/site_bg.jpg');
      background-repeat: repeat-y;
   }
    
      div#header{
      
      }
       
         img#header_logo{
            height: 170px;
            width: 773px;
            display: block;
         }
         
         div#menu_header{
            margin: 0px;
            padding: 0px;
            width: 773px;
            height: 37px;
            background-image: url('../images/mnu_hdr_bg.jpg');
            overflow: hidden;
         }
         
         div#menu_header p{
            margin: 0px;
            margin-right: 25px;
            padding: 0px;
            color: #000000;
            text-decoration: none;
            text-align: right;
            line-height: 37px;
         }
          
            div#menu_header a{
               color: #000000;
               font-weight: bold;
               text-decoration: none;
            }
          
            div#menu_header a:hover{
               text-decoration: underline;
            }
      
      div#content_wrapper{
         margin: 0px;
         margin-bottom: 10px;
         padding: 0px;
         width: 773px;
         background-image: url('../images/cnt_bg.jpg');
         background-position: top center;
         background-repeat: no-repeat;
         overflow: hidden;
      }
         
         div#content{
            margin: 0px;
            padding: 15px;
            padding-left: 25px;
            padding-right: 25px;
         }
          
            div.hr{
               margin: 10px;
               margin-top: 5px;
               height: 1px;
               width: 703px;
               overflow: hidden;
               background-color: #9f9f9f;
            }
          
            h1{
               margin: 10px;
               padding: 0px;
               font-size: 1.5em;
               font-family: Trebuchet MS, Helvetica, Arial;
               color: #023f8a;
            }
            
            h2{
               margin: 10px;
               padding: 0px;
               font-size: 1.2em;
               font-family: Trebuchet MS, Helvetica, Arial;
               color: #023f8a;
            }

            h3{
               margin: 10px;
            }
            
            img.content_image{
               margin: 10px;
               padding: 5px;
               float: right;
               border: 1px solid;
               border-color: #9f9f9f;
            }
            
            div#content p{
               margin-left: 10px;
               margin-right: 10px;
            }
            
            div#content table#prices{
               margin-left: 10px;
               padding: 0px;
            }
            
            div#content li{
               margin-top: 10px;
               margin-bottom: 10px;
            }
            
            div#content div.nutrition_tips{
               margin-top: 0px;
            }

      div#footer{
         position: relative;
         margin: 0px;
         padding: 0px;
         height: 80px;
         width: 773px;
         background-image: url('../images/ftr_bg.jpg');
         background-position: top;
         background-repeat: no-repeat;      
         overflow: hidden;
      }
      
         div.footer_hr{
            margin: 0px auto;
            margin-top: 0px;
            height: 1px;
            width: 703px;
            overflow: hidden;
            background-color: #9f9f9f;
         }
      
         div#footer p#copyright{
            position: absolute;
            margin: 0px;
            padding: 0px;
            left: 35px;
            bottom: 20px;
            font-size: 0.8em;
            text-align: left;
         }
         
         div#footer p#webworthy{
            position: absolute;
            margin: 0px;
            padding: 0px;
            right: 35px;
            bottom: 20px;
            font-size: 0.8em;
            text-align: right;
         }

         div#footer p#menu_footer{
            position: absolute;
            margin: 0px;
            padding: 0px;
            left: 35px;
            top: 5px;
            font-size: 0.8em;
            text-align: left;
         }
         
         div#footer a{
            color: #000000;
            text-decoration: none;
         }
         
         div#footer a:hover{
            text-decoration: underline;
         }