*{
  font-family: 'Trebuchet MS', 'Tahoma', 'Arial', 'Hevetica', 'Verdana', 'Sans-serif';
	margin: 0;
	padding: 0;
 }
 
body
  {
	 background: #5e473a; 
	}
	
#outer
	{
	 width: 100%;
	 height: 561px;
	 background: url('/img/tileback.gif') repeat-x; 
	 text-align: center;
	}

#inner
 {
	background: #f7f7ed;
	width: 803px;
	height: 561px;
	margin: 0 auto;
	background: url('/img/inback.jpg') no-repeat; 
 }
 
div#logo, div#meal, div#cphone, div#menu, div#textarea
 {
  width: 803px;
	overflow: hidden;
	float: left;
	padding: 0;
 }
 
div#logo
 {
	height: 164px;
  margin-top: 26px;
 }
 
div#meal
 {
	height: 156px;
  margin-top: 25px;
 }
 
div#cphone
 {
	height: 25px;
  margin-top: 17px;
 }
 
div#menu
 {
	height: 28px;
  margin-top: 12px;
 }
 
div#textarea
 {
	height: 72px;
	width: 783px;
	margin-left: 10px;
	display: inline;
  margin-top: 14px;
	font-size: 9.5pt;
	color: #626858;
 }
 
div#textarea p
 {
  float: left;
	width: 783px;
	margin-top: 5px;
	line-height: 15px;
 }
 
div.centerimage {
  width: 783px;
	overflow: hidden;
	float: left;
	padding: 0;
}
 
div#textarea a, div#textarea a:visited
 {
  color: #385626;
	text-decoration: none;
 }
 
div#textarea a.accent
 {
  font-weight: bold;
	font-size: 10pt;
 }
