html,body{
  padding: 0;
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}

a, a:visited{
  text-decoration: none;
  color: #b61f24;
}
a:hover{
  color: #F18B0E;
}

h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}
h1,h2{
  font-size: 16px;
  color: #b61f24;
}
h3{
  font-size: 14px;
}



table{
    font-size: 11px;
}

#header{
   width: 85%;
   dborder: 1px solid red;
}

#all{
    background: url(/i/recipes/img1.jpg) 100% 12px no-repeat;
}

#top{
  background: url(/i/recipes/bg1.gif) repeat-x;
  height: 12px;
  overflow: hidden;
}
#topmenu{
  background: url(/i/recipes/bg2.gif) repeat-x;
  height: 26px;
  overflow: hidden;
}
#topMenu ul{
  margin: 0;
  padding: 0;
}
#topMenu li{
    list-style: none;
    float: left;
    color: #404040;
    border-right: 1px solid #edc33b;
    text-transform: uppercase;
    font-weight: bold;
}
#topMenu li a,#topMenu li a:visited{
    color: #b61f24;
    text-decoration: none;
    display: block;
    float: left;
    padding: 6px 18px 0 18px;
    height: 26px;
    overflow: hidden;
}
#topMenu li a:hover{
    color: #F18B0E;
}

.leftBlock{
  background:url(/i/recipes/bg3.gif) 100% 0 repeat-y #fee25c;
}
.lbt{
  background: url(/i/recipes/bg4.gif) transparent repeat-x;
  height: 10px;
  text-align: right;
}
.lbf{
  background:url(/i/recipes/bg4.gif) 0 100% repeat-x transparent;
  height: 10px;
  text-align: right;
}

.leftBlock a,.leftBlock a:visited{
  display: block;
  color: #b61f24;
}
.leftBlock a:hover{
  color: #F18B0E;
}
.leftBlock .item{
    margin: 3px 10px 3px 15px;
    gtext-transform: uppercase;
    kfont-weight: bold;
}

#content{
  padding: 0 0 0 20px;
  text-align: justify;
}

.image{
  float: left;
  margin:0 10px 0 5px;
  width: 100px;
  padding: 2px;
  border: 2px solid #efc23c;
}

.submenu{
  position: absolute;
  z-index:100;
  background: #fad45d;
  stop: 200px;
}



#footer{
    background: url(/i/recipes/bg2.gif) repeat-x;
    padding: 5px 0 0 20px;
  height: 26px;
  overflow: hidden;
}
