#menubox {
  width: 380px;
  height: auto;
  min-height: 370px;
/*background-color: #de4f00;*/
  background-color: #de2500;
  margin-left: 174px;
  margin-top: 0px;
  margin-right: auto;
  border-left: 3px solid #8dca73;
  border-right: 3px solid #8dca73;
  text-align: left;
  font-size: small;
  padding-left: 8px;
  padding-right: 8px;
}

#menutopleft {
  position: absolute;
  width: 109px;
  height: 183px;
  left: 0px;
  background-image: url('../images/menu_logo.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}

#menutopright {
  position: absolute;
  width: 103px;
  height: 156px;
  left: 109px;
  background-image: url('../images/menu_logo2.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}

#menubottom {
  clear: both;
  margin-left: 86px;
  margin-right: auto;
  width: 655px;
  height: 36px;
  background-image: url('../images/gourmet_menu.gif');
  background-position: bottom left;
  background-repeat: no-repeat;
}

#inforight {
  width: 174px;
  position: absolute;
  left: 576px; 
  top: 40px; 
}

#inforight h3 {
    margin-bottom: 15px;
}

#address {
  font-size: x-small;
  text-align: right;
  margin-bottom: 4em;
  margin-right: 5px;
}

table#hours {
  font-size: x-small;
  border-collapse: collapse;
  text-align: left;
  padding: 0px;
}

#hoo {
  margin-top: 4em;
  font-size: x-small;
}

#hoursbox {
  margin-left: 5px;
}

#invisiblebox {
  float: left;
  width: 37px;
  height: 170px;
}

.price {
  font-weight: bold;
  color: #06c000;
}

.category {
  padding: 20px;
  text-align: center;
}

.itemleft {
  float: left;
  padding-right: 4px;
}

.itemright {
  float: right;
  clear: right;
}
 
.itemdesc {
}

.itemdescbreak {
}

#footer {
  clear: both;

  width: 316px;
  height: 47px; 
}

