
body { background: #45301D url("/images/bg.png") no-repeat top center; margin: 0; padding: 0; text-align: center; }

img { border:none; }

.wrapper { margin: 0 auto; width: 880px; text-align: left; }

.header { background: url("/images/header.png") no-repeat; width: 880px; height: 207px; }

.nav { background: url("/images/menu.png") no-repeat; width: 850px; height: 48px; padding: 0px 15px; }
	.nav ul { list-style:none; padding:0; margin:0; }
	.nav ul li { float:left; width:auto; border-left: #fff solid 0px;}
	.nav ul li a { display:block; height:17px; line-height:48px; text-align:center; font-size:15px; font-weight:normal; color:#003839; text-decoration:none; background-repeat: no-repeat; margin: 0px; font-family: Arial, Helvetica, sans-serif; padding: 15px 0px; margin-top: 1px;}
	.nav ul li a:hover { background: url("/images/navOverlay.png") repeat-x 0 -1px;}

.content { background: url("/images/middle.png") repeat-y; width: 880px; min-height: 600px; }
	.leftBar { float: left; width: 187px; min-height: 200px; margin: 20px 20px 20px 30px ; position:relative; }
		.leftBar .hours { background: url("/images/hours2.png") no-repeat; width:220px; height:220px; text-align:center; padding:20px 0 0; margin-left:-15px; color:#446F50; }
		.leftBar .hours a { text-decoration:none; color: #446F50; }
		.leftBar .hours a:hover { text-decoration: underline; }
		.leftBar .pics { background: url("/images/pics.png") no-repeat; width:220px; height:369px; margin-left:-12px; }
	.mainContent { float: right; width: 550px; min-height: 200px; margin: 50px 0 0; position:relative; padding: 30px 50px 10px 0; }
		.mainContent .welcome { position: absolute; background: url("/images/welcome.png") no-repeat; width: 295px; height: 58px; top: -50px; left: 130px; }
	
.footer { background: url("/images/footer.png") no-repeat top; width: 880px; height: 100px; }
	.footer .copyright { float: left; color:#FFF; margin: 40px 15px; }
	.footer .footerLink { float: right; color: #FFF; margin: 40px 15px; }
	.footer .footerLink a { color: #FFF; text-decoration:none; }
	.footer .footerLink img { border: none; }
	
.menus { margin: 0 auto; }
	.menus ul {float: left; list-style: none; list-style-type: none; margin: 0 auto;}
	.menus li {float:left; padding: 0px 0px 0px 0px; margin:0;}
	.menus li a {text-decoration: none; font-size: 16px; display:block; padding: 0px 10px 0px 10px; margin:0;}
	.menus li a:hover {  }	

.facebook { margin:0 0 10px 25px; height:44px; width:144px; }

/*PAGE: Home*/
a.home-link { font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#1B512E; margin:10px 20px 0 0; float:right; display:block; }
.specials {  }
.specials h1 { margin-bottom:0; }
.specials .dark { background:#F2E7D9; }
.specials .row { padding:10px 0 10px 25px; border-bottom:1px solid #ccc; }
.specials .row h3 { float:left; display:inline; margin:0; font-size:14px; font-weight:bold; border:none; line-height:90px; }
.specials .row .special { float:right; width:350px; padding:10px 0; }
.specials .row .special p { margin:0; }

.clear { clear: both; }
img.right { float:right; }