@font-face {
	font-family:AlexBrush;
	src:url(AlexBrush-Regular.otf);
}
body {
	width:100%;
	margin:0;
	background:url(images/wood_planks.jpg) center top repeat;
	font-family: Georgia, "Times New Roman", serif;
}
a img {
	border:0;
}
.rel {
	position:relative;
}
.abs {
	position:absolute;
}
.ta-c {
	text-align:center;
}
.shade {
	width:100%;
	height:200px;
	background:url(images/shade.png) top repeat-x;
}
.page {
	width:1000px;
	margin:0 auto;
}
.heading {
	width:100%;
	height:130px;
	color:#eee;
	font-family:"Times New Roman", Times, serif;
}
.rest-title {
	margin:0;
	top:15px;
	left:10px;
	font-family:AlexBrush;
	font-size:72px;
}
.rest-title span {
	font-size:42px;
	line-height:16px;
}
.rest-address {
	top:0px;
	left:500px;
}
.rest-contact {
	top:0px;
	left:730px;
}
.rest-info {
	font-weight:normal;
}
.rest-info span {
	font-weight:bold;
}
.rest-info font {
	color:#f8e3b8;
}
.social {
	/*top:115px;
	left:501px;*/
	top:87px;
	left:731px;
}
.main {
	width:100%;
	height:815px;
	background:url(images/paper.png) no-repeat;
}
.main-about {
	width:100%;
	height:1066px;
	background:url(images/paper-about.png) no-repeat;
}
.nav-bar {
	width:947px;
	height:87px;
	padding-left:30px;
	top:27px;
	left:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	background:url(images/nav-bar.png) no-repeat;
}
.nav-bar a {
	margin:32px 10px 22px;
	/*padding:32px 0 0;*/
	display:inline-block;
	color:#986526;
	text-decoration:none;
	text-shadow:1px 1px 0px #333;
}
.nav-bar a:hover {
	color:#400101;
}
.preload {
	background:url(images/f_logo_35-h.png); visibility:hidden;
}
.facebook-link {
	width:35px;
	height:35px;
	vertical-align:top;
	background:url(images/f_logo_35.png) no-repeat;
}
.facebook-link:hover {
	background:url(images/f_logo_35-h.png) no-repeat !important;
}
.logo {
	top:-10px;
	right:50px;
}
.food {
	top:190px;
	right:-10px;
}
.store {
	top:140px;
	left:90px;
}
.contentReg {
	color: #400101;
	width:493px;
	top:135px;
	left:60px;
	font-size: 15px;
	line-height: 21px;
	text-shadow: 1px 1px 1px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}
.content {
	color: #400101;
	width:493px;
	top:100px;
	left:60px;
	font-size: 15px;
	line-height: 21px;
	text-shadow: 1px 1px 1px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}
.content2 {
	color: #400101;
	width:493px;
	top:450px;
	left:60px;
	font-size: 15px;
	line-height: 21px;
	text-shadow: 1px 1px 1px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}
.content-about {
	color: #400101;
	width:880px;
	top:140px;
	left:60px;
	font-size: 14px;
	line-height: 20px;
	text-shadow: 1px 1px 1px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
	font-weight: bold;
}
.directions-btn img {
	margin:10px 0 0 104px;
}
.eat24-banner {
	bottom:80px;
	left:135px;
	box-shadow:0 6px 12px #111;
}
.footing {
	width:100%;
}
.topNav {
	display: inline-block;
	position: relative;
}
.subNav {
	display: none;
	position: absolute;
	z-index: 20;
	width: 140px;
	padding: 10px;
	top:70px;
	background-color: rgba(255,255,255,.9);
	border-radius: 5px;
}
.subNav a {
	margin: 0 !important;
}
.topNav:hover .subNav {
	display: block;
}