﻿body{
	 background-image:url(img/bg_texture.jpg);
	background-attachment:fixed;
	background-position:center;
	}
	
#bg_shadow{
	position:absolute;
	left:50%;
	margin-left:-330px;
	top:-15px;
	z-index:0;
	}
	
#holder{
	position:absolute;
	width:600px;
	top:15px;
	left:50%;
	margin-left:-300px;
	}

#content{
	border:1px solid #785210;
	width:100%;
	background-color:#e0c96e;
	background-image:url(img/includes_bg.jpg);
	}
	
#logo{
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	width:100%;
	height:110px;
	}
	
#menu{
	background-image:url(img/darker_bg.jpg);
	border-top:1px solid #785210;
	border-bottom:1px solid #785210;
	width:100%;
	height:30px;
	background-color:#e0c96e;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
#menu { height:34px; }
}
	
#includes{
	margin-top:-7px;
	position:relative;
	width:580px;
	left:10px;
	}
	
#credit{
	width:100%;
	height:20px;
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	margin-top:10px;
	}
	
#specialset{
	background-image:url(img/special_bg.jpg);
	border:1px solid #785210;
	}
	
#flash_logo{
	position:absolute;
	left:50%;
	margin-left:-195px;
	top:2px;
	}
	
#menu_quick{
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
	}
	
.menu_name{
	font-family:Georgia;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:underline;
	}
	
.menu_descr{
	font-family:Verdana;
	font-size:12px;
	font-style:italic;
	text-align:center;
	margin-bottom:-15px;
	color:#660808;
	display:block;
	}
	
.food_name{
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	color:#660808;
	text-transform:uppercase;
	}
	
.food_subname{
	font-family:Verdana;
	font-size:12px;
	font-style:italic;
	}

.food_num{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
	}
	
.food_price{
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	}
	
.td_name{
	width:500px;
	height:40px;
	text-align:left;
	}
	
.food_setdescr{
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	text-transform:uppercase;
	}
	
.td_price{
	width:70px;
	text-align:right;
	height:40px;
	}
	
.td_num{
	width:30px;
	text-align:center;
	height:40px;
	}
	
.td_special{
	width:580px;
	text-align:center;
	}
	
.about{
	margin-top:0px;
	font-family:Georgia;
	font-size:12px;
	text-align:justify;
	}
	
p.about:first-letter{
	font-size:130%;
	margin-right:2px;
	color:#910909;
	font-weight:bold;
}

.gal_descr{
	font-family:Verdana;
	font-size:10px;
	text-transform: capitalize;
}
	
.formfield{
	color:#000000; 
	background-color:#FFFFFF; 
	border:1px groove #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	padding:3px;
}

a:link{
	text-decoration:none;
	color:#910909;
	}
	
a:hover{
	text-decoration:none;
	color:#910909;
	}
	
a:active{
	text-decoration:none;
	color:#910909;
	}
	
a:visited{
	text-decoration:none;
	color:#910909;
	}
	
hr{
	width:95%;
	border:1px solid #785210;
	}
	
.nav_link{
	background-image:url(img/includes_bg.jpg);
	border:1px solid #785210;
	text-align:center;
	width:150px;
	height:20px;
	cursor:pointer;
	color:#910909;
	}

.nav_link:hover{
	background-image:url(img/special_bg.jpg);
	}
	
.nav_link_selected{
	background-image:url(img/special_bg.jpg);
	border:1px solid #785210;
	text-align:center;
	width:150px;
	height:20px;
	cursor:pointer;
	color:#910909;
	}
	
#menu_name{
	margin-top:15px;
	margin-bottom:5px;
	display:block;
	}
