
div.menucontainer {
  font-size:12px;
  width:390px;
  margin:auto;
  }
  
table.menutitle {
  width:390px;
  }

table.menutitle td:first-child{
  font-size:18px;
  text-shadow: 0px 0px 4px #f99;
  font-weight:bold;
  border-radius: 15px;
	background: url('images/white.png') center center repeat ;
  //text-shadow: 10px 10px 1px #99f;
  }
  
td.pricetitle {
  text-align:center;
  width:65px;
  font-weight:500;
  }
  
table.menuitems {
  line-height:1.3;
  background-color: #ffffff;
  border-color: #777;
  border-radius: 5px;
	border-style:	solid;
	border-width: 1px;
	box-shadow: 3px 3px 8px #aaa;
  width:390px;
  }
  

td.menuitem {
  background-color:#f8f8f8;
  font-weight:600;
  padding-left:4px;
  }

td.menuprice {
  background-color:#f1f1f1;
	font-family:Arial,Verdana,sans-serif;
  width:65px;
  text-align:center;
  }

div.menuspacer {
  clear:both;
  height:60px;
  padding:0px;
  margin:0px;
  }

#headimage {
  height:65px;
  margin-left:320px;
  margin-top:15px;
  }

table.menucolumns {
  width:900px;
  margin:auto;
  line-height:1.3;
  }