#contentContainer {
  padding-left:350px;
}

#contentContainer.tequila  {
  background: #ffffff url( ../images/tequilaBg.jpg ) 0 0 no-repeat;
}

#contentContainer.lunch  {
  background: #ffffff url( ../images/lunchBg.jpg ) 0 0 no-repeat;
}
#contentContainer.prix-fixe-lunch  {
  background: #ffffff url( ../images/lunchBg.jpg ) 0 0 no-repeat;
}

#contentContainer.dinner  {
  background: #ffffff url( ../images/dinnerBg.jpg ) 0 0 no-repeat;
}

#contentContainer.dessert  {
  background: #ffffff url( ../images/dessertBg.jpg ) 0 0 no-repeat;
}

.menu_header {
  font-weight:bold;
  font-size:13px;
  text-transform:uppercase;
  margin-top:15px;
  margin-bottom:10px;
  color:#440405;
}
.menu_header_lunch {
  font-weight:bold;
  font-size:17px;
  margin-top:15px;
  margin-bottom:10px;
  color:#440405;
 }

.menu_item {
  vertical-align:top;
  width:550px;
  margin-bottom:0px;
  text-transform:capitalize;
}
.party_height {min-height:20px;}
.menu_desc {
  color:#440405;
  font-size:13px;
  width:450px;
  clear:all;
  float:left;
  font-weight:bold;

}
.menu_details {
  color:#440405;
  font-style:italic;
  font-size:13px;
  padding-bottom:10px;
  width:450px;
}
.menu_price {
  color:#440405;
  letter-spacing:.1em;
  text-align:right;
  font-style:italic;
  font-size:13px;
}

#menuPDF  {
  text-align:right;
  padding-right:35px;
  width:515px;
  background:transparent url(../images/icon_pdf.gif) no-repeat right top;
  line-height:25px;
}

#menuPDF a  {
  color:#440405;
  font-size:11px;
  font-style:italic; 
  font-weight:bold;
  text-decoration:underline;
}
#menuNORM  {
  text-align:center
  padding-right:35px;
  width:515px;
  line-height:25px;
}

#menuNORM a  {
  color:#440405;
  font-size:17px;
  font-style:italic; 
  font-weight:bold;
  text-decoration:underline;
}