h1, h2, h3, h4 { 
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
  padding: 0;
  margin: 0 0 .5em 0;
}

.subtitle { font-style: italic; }
.strong { font-weight: bolder; }
.centre { text-align: center; }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight {float:right;}
.highlight { color: #ff0000; }

#alCentroDowntown {
  margin: 7px;
}

.genericBox {
  border: 1px solid #8b8b7f;
  background: #e3deca none;
}

/*
 * Menu Style
 */
#menuContainer { font-size: 150%; text-align: center; }

.menuSection { margin-top: 6em; width: 70%; margin: 0 auto;}
.menuSection > h1 { font-size: 2em; border-bottom: 1px solid black; }
.menuItem { margin-bottom:.5em; font-style: italic; margin-bottom: 1em; }
.menuItem > h1 { font-size: 1.5em; }

.menuItemDesc { margin: 0 auto; }

.itemDesc, .itemPrice { font-size: 1em; margin: 0; }
.itemPrice {margin-top: .25em; }

.priceAddonTable { width: 100%; }
.priceAddonTable td { padding: .25em; text-align: center; font-size: 1.5em;}

.sectionAddon { color: #000066; }


