* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}
p {padding-bottom:1em;}

/* Text Based Page Titles and Headings */
H1 {
	font-family:"Courier New", Courier, monospace;
	font-size: large;
	color:#C8AC62;
	border-width:0px 0px 1px 0px;
	border-size: thin;
	border-style: groove;
	border-color:#C8AC62;
	width: 1149px;
}
/* *************************************** */



body {
	background:url(images/body-bk-idx.jpg) top left no-repeat fixed #00041F;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}



#outer {
    width:1100px;
    margin-top: 16px;
    margin-left: 65px;
    padding: 0px;
}

#wrapperleft {
	float:left;
	width:790px;
    border: thin solid #68581C;
	min-height:400px;
}
#wrapperright {
	float:right;
	width:250px;
	min-height:250px;
	background:url(images/weekend-special.png) top center no-repeat;
	font-family:Nobile;
	font-size:15px;
	color:#68581c;
	padding-top:150px;
	text-align:center;
}




/* LEFT COLUMN */
#header {
    padding-top: 117px;
    margin: 0px;
    text-align: right;
}
		#header img {
			padding-right:50px;
		}
#flashbox {
	float:right;
	width:378px;
	height:212px;
	margin-top:15px;
	margin-right:25px;
	margin-bottom:100px;
    border: thin solid #68581C;
	clear:both;
}

#nav {
    min-width:85%;
    float: right;
	font-family:Josefin Sans Std Light, serif;
	font-size:3em;
	text-shadow:1px 1px 1px #aaa;
}
#nav a, #nav a:visited {
	text-decoration:none;
	color:#7C6C3E;
}
#nav a:hover {
	text-decoration:none;
	color:#D8C497;
}









#address {
	width:985px;
	margin-left:65px;
	min-height:144px;
	font-family:Josefin Sans Std Light, serif;
	font-size:3em;
	color:#7C6C3E;
	background:url(images/footer.png) right no-repeat;
}
#street {
	float:left;
	width:38%;
}
#phone {
	float:left;
	width:40%;
	text-align:right;
	font-size:2em;
	padding-right:0px;
}

#hours {
	float:left;
	min-height:48px;
	width:985px;
	background:url(images/hours.png) no-repeat left;
}
.hours {
	font-family:Nobile;
	font-size:16px;
	padding-top:55px;
	padding-left:135px;
}

.address {
	margin-right:40px;
}



.home {margin-right:65px;}
.history {margin-right:60px;}
.menu {margin-right:70px;}
.location {margin-right:70px;}
.gallery {margin-right:17px;}





#main {
    margin-left: 30%;
    margin-top: 1px;
    padding: 10px;

}

#footer {
    padding: 15px;
    margin: 0px;
    border-top: thin solid #000000;

}




/* Image As Background 
#link-logo {
	background-image:url(images/logo.png);
	display:block;
	width:200px;
	height:58px;
	text-indent:-9999px;
}
<a href="index.htm" title="Return Home" id="link-logo">Return Home</a>
*/



#clearleft {clear:left;}
#clearright {clear:right;}
#clearboth {clear:both;}
