body { 
	background: #fff;
	background-image: url(/media/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	
	font-family: "Trebuchet MS", "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px; 
	color: #000;
	text-align: center; }
	
table { 
	border: 0; }
	
img { 
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0; }
	
a, a:link, a:active { 
	color: #A60000;
	text-decoration: none;
	font-weight: bold; }
	
a:visited { 
	color: #990000; }
	
a:hover { 
	color: #A60000;
	text-decoration: underline; }
	
a.img:hover { 
	background: 0; }
	
h1 { 
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 18px; }
	
h2 { 
	margin: 0;
	padding: 0 0 10px 0;
	font-size:14px; }
	
#container { 
	background-image: url(/media/bg_head_home.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto 0;
	width: 686px;
	padding: 0 42px 0 42px;
	text-align: left; }
	
#home_container { 
	background-image: url(/media/bg_head_home.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto 0;
	width: 686px;
	padding: 0 42px 0 42px;
	text-align: left; }
	
#menu_container { 
	background-image: url(/media/bg_head_menu.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto 0;
	width: 686px;
	padding: 0 42px 0 42px;
	text-align: left; }
	
#catering_container { 
	background-image: url(/media/bg_head_catering.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto 0;
	width: 686px;
	padding: 0 42px 0 42px;
	text-align: left; }
	
#about_container { 
	background-image: url(/media/bg_head_about.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto 0;
	width: 686px;
	padding: 0 42px 0 42px;
	text-align: left; }
	
#contact_container { 
	background-image: url(/media/bg_head_contact.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto 0;
	width: 686px;
	padding: 0 42px 0 42px;
	text-align: left; }
	
#header {
	padding: 90px 0 0 0;
	height: 184px; }

#nav { 
	margin: 45px 0 0 0;
	background: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 0;
	text-align: right;  }
	
#main { 
	clear: both;
	background-image: url(/media/checks.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 26px 12px 12px 12px; }
	
#specials { 
	width: 255px; 
	background-image: url(/media/specials_top.gif); 
	background-position: top; 
	background-repeat: no-repeat; 
	float: right; 
	padding: 55px 0 0 0;
	margin: -12px 0 12px 12px;
	font-size: 11px; }
	
#specials .wrap { 
	background-image: url(/media/specials_bottom.gif); 
	background-position: bottom; 
	background-repeat: no-repeat; 
	padding: 0 0 12px 0; }
	
#specials h2 { 
	background: #484848; 
	border-left: 10px solid #000; 
	border-right: 10px solid #000; 
	text-align: center; 
	color: #FFDD00; 
	margin: 0; 
	padding: 12px; }
	
#specials .items { 
	background: #484848; 
	border-left: 10px solid #000; 
	border-right: 10px solid #000; 
	color: #fff; 
	padding: 0 12px 12px 12px; }
	
#specials p { 
	margin: 5px 0 5px 20px; }

#footer { 
	clear: both;
	background-image: url(/media/checks.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 26px 12px 12px 12px;
	font-size: 10px;
	line-height: 16px;
	text-align: center; }
	
.contentphoto { 
	float: right;
	margin: 0 0 0 12px; }
	
.menudetails { 
	margin: 6px 0 12px 24px; }
	
.error, .alert { 
	color: #A10000; 
	font-weight: bold; }
	
table.list { 
	width: 99%;
	background: #000; }
	
tr.listheaders { 
	background: #000;
	color: #fff; }
	
tr.listitemsodd { 
	background: #fff;
	vertical-align: top; }
	
tr.listitemseven { 
	background: #eee;
	vertical-align: top; }
	
td.normalcell { 
	padding: 0 0 0 3px; }
	
td.actions { 
	text-align: center;
	width: 50px; }
	
table.addedit { }

tr.aerows { 
	vertical-align: top; }
	
form { 
	margin: 0;
	padding: 0; }
	
fieldset { 
	border: none;
	margin: 0;
	padding: 0; }
	
input, textarea, select {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 5px 0 0 0;
	border-top: #eee 1px inset;  
	border-left: #eee 1px inset;  
	border-bottom: #eee 1px outset;  
	border-right: #eee 1px outset;  }  

.submit, .reset { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff; 
	margin: 5px 0 0 0;
	background-color: #000; 
	border-top: #eee 1px inset;  
	border-left: #eee 1px inset;  
	border-bottom: #eee 1px outset;  
	border-right: #eee 1px outset;  }

