body {
        color:white;
	background-color:black;
	font-color:white;
	margin:20px;
	padding:0px;
	font:11px arial, helvetica, sans-serif;
	}
img
{  border-style: none;
}

h1 {
	margin:0px 0px 20px 15px;
	align: center;
	padding:0px;
	font-size:24px;
	font-weight:900;
	color:white;
	}
h2 {
	font:bold 16px/18px arial, helvetica, sans-serif;
	margin:0px 0px 5px 5px;
	padding:0px;
	font-weight:900;
	color:white;
	}
h3 {
	font:bold 20px/22px arial, helvetica, sans-serif;
	margin:0px 0px 5px 5px;
	padding:0px;
	font-weight:900;
	color: white;
	}
p {
	font:14px/20px arial, helvetica, sans-serif;
	color:white;
	margin:5px 0px 5px 0px;
	padding:5px;
	}
li {
	font:14px/20px arial, helvetica, sans-serif;
	color:white;
	margin:5px 0px 5px 0px;
	padding:5px;
	}

p.body
	{
	font:14px/20px arial, helvetica, sans-serif;
	margin:0px 0px 10px 5px;
	padding:5px;
	color:white;
	}

p.menu3
	{
	font:14px/16px arial, helvetica, sans-serif;
	position: static;	
	margin:0px 0px 5px 35px;
	left: 35px;
	bottom: 10px;
	padding:5px;
	}

p.menu	
	{
	font:12px/14px arial, helvetica, sans-serif;
	text-align: left;
	color:white;
	}

p.description
	{
	font:12px/14px arial, helvetica, sans-serif;
	margin:0px 0px 5px 25px;
	text-align: left;
	color:white;
	}
p.footer	
	{
	font:14px/20px arial, helvetica, sans-serif;
	text-align: left;
	color:white;
	border-spacing: 0px;
	}

p.address
	{
	font:16px/18px arial, helvetica, sans-serif;
	padding:10px;
	color:white;	
	}

p.menu2
	{
	font:10px/18px arial, helvetica, sans-serif;
	position: relative;
	margin:0px 0px 15px 35px;
	padding:0px;
	}

hr
	{
	width:100%;
	}

table.lower
	{
	position: relative;
	bottom: 50px;
	left:20;
	}

.Content&gt;p {margin:0px;}
.Content&gt;p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:14px;
	font-family:arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a.large {
	color:#09c;
	font-size:30px;
	font-family:arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;
	underline;}
a:visited {color:#07a;
	underline;}
a:hover {background-color:#eee;
	underline;}
  

/* All the content boxes belong to the content class. */

.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:200px;
	margin:0px 100px 0px 100px;
	border:3px solid black;
	background-color:black;
	padding:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#menu {
	position:absolute;
	width:30px;
	left:3px;
	top:200px;
/*	bottom: 30px;	*/
	border:1px dashed black;
	padding:10px;
	background: black;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body&gt;#menu {width:128px;}
		
#insert {
	position:absolute;
	width:190px;
	top:75px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body&gt;#insert {width:168px;}

#footer {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:#eee;
	padding:10px;
	text-align:center;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

table
  	{
	font-family: Arial, sans-serif;
  	font-size: 18px;
  	color: black;
	font-color:white;
  	margin-top: 5px;
  	margin-left: 10px;
  	margin-right: 10px;
  	margin-bottom: 5px;
  	padding-top: 1px;
  	padding-right: 5px
	border: 0;
	}

table.addressbar
  	{
	width: 85%;
	font-family: Arial, sans-serif;
  	font-size: 18px;
  	color: black;
	font-color:white;
  	margin-top: 1px;
  	margin-left: 1px;
  	margin-right: 1px;
  	margin-bottom: 1px;
  	padding-top: 0px;
	padding-bottom: 0px;
  	padding-right: 0px;
	padding-left: 0px;
	border-width: 0px;
	border-spacing: 0px;
	}

table.foodmenu 
  	{
	font-family: Arial, sans-serif;
/*  	font-size: 10px; */
  	color: black;
	font-color:white;
  	margin-top: 0px;
  	margin-left: 25px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	padding-top: 0px;
  	padding-right: 0px
	padding-bottom: 0px;
	padding-left: 0px;
	padding: 0px
	border: 0px;
	border-spacing: 0px;
	border-width: 0px 0px 0px 0px;
	line-height: 10px;
	}

li.contactlist
	{
	list-style: none;
	}
