body, html {
  height: 100%;
  width: 100%;
  margin: 0;
}  

img {
  border: 0;
}

a, a:hover, a:visited {
  color: #20203f;
}

p {
  font-family: Verdana;
  color: #20203f;
}

table.main {
  height: 100%;
  width: 100%;
  margin: 0;
}

tr.banner {
  height: 100px;
}

td.left-shade {
  width: 10px;
  background-image: url('/img/bg-leftshade.jpg');
  background-repeat: repeat-y;
}

td.right-shade {
  width: 10px;
  background-image: url('/img/bg-rightshade.jpg');
  background-repeat: repeat-y;
}

table.menu-holder {
  width: 100%;
  background-color: #bebebe;
}

table.menu-holder td {
  text-align: center;
}

table.menu-holder td a {
  color: #080875;
  text-decoration: none;
  font-family: Verdana;
  font-size: 0.8em;
}

td.menu-item {
  width: 100px;
}

#left {
  background-image: url('/img/bg-blue.jpg');
  background-repeat: repeat-x;
  vertical-align: top;
}

#right {
  background-image: url('/img/bg-red.jpg');
  background-repeat: repeat-x;
  vertical-align: top;
}

#content {
  width: 500px;
}

.content {
  vertical-align: top;
}

div.announcement {
  margin-top: 200px;
  padding-left: 10px;
}

table.foodmenu {

}

td.header {
  padding-top: 10px;
  vertical-align: top;
  border-bottom: 1px dashed #cccccc;
}

.header:first-line {
   font-weight: bold;
}

td.price {
  vertical-align: bottom;
  font-weight: bold;
}
