body {
   background-color : #fff;
   margin: 0px;
}

#container {
   margin: 0px auto;
   padding : 0px;
   width : 100%;
   font-family : Arial, Helvetica, sans-serif;
   font-size : 10pt;
   background-color : #ffffff;
}
#recipe {
   height : 70px;
   background: #F6C5A1 url(images/logo.png) no-repeat 0 0;
   border-bottom: 1px #7E7E7E solid;
}
#content {
   padding : 0px 20px 10px 20px;
   margin-left : 165px;
   margin-right : 20px;
   background-color : #ffffff;
}
#content h1{
   font-size : 170%;
   font-family : Florence, cursive;
   color: #48452C; 
   //border-bottom: 1px #ccc solid;
}
#content h2, h3, h4 {
   font-size : 140%;
   color: #CD3C02;
   font-family : Florence, cursive;
}
#left-menu {
   float : left;
   width : 147px;
   margin-left: 9px;
   margin-top: 70px;
   background-color : #ffffff;
}
#right-menu {
   float : right;
   width : 147px;
   margin-left: 9px;
   margin-top: 59px;
   background-color : #ffffff;
}
#footer {
   border-top : 1px #7E7E7E solid;
   border-bottom : 1px #7E7E7E solid;
   clear : both;
   padding : 15px;
   margin-top : 5px;
   background-color : #F6C5A1;
   font-size: 80%;
}

a, a:link, a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}
A:active {
   color: #000; 
   background: #F6C5A1;
}