 body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	background-image:url(images/woodbg.jpg);
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:10px;
	z-index:1;
}
#wrapper {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 1000px;
	height: 600px;
	z-index: 8;
	}

#wrapper img {
	text-decoration: none;
	margin: 5px;
	clear: both;
	border:none;
}
.left_img {
	position: absolute;
	visibility: visible;
	z-index: 3000;
	left: 0px;
	bottom: 0px;
}

h3 {
	padding: 4px 0 0 0;
	font-size: 24px;
	display: inline;
	font-family: "CopprplGoth Bd BT";
	color: #660000;
}
h4 {
	padding: 4px 0 0;
	font-size: 16px;
	font-family: "CopprplGoth Bd BT";
	color: #660000;
	text-align: center;
	margin: 0px auto;
}

p {
	margin-top: 2px;
}

a {
	color: #FFCC00;
	outline:none;
}

a:hover {
	color: #000000;
}
 input{
	background: url(images/input.jpg);

}
textarea, option, input, select{
	background: #FFCC00;
}
#nav {
	font-size: 10px;
	width: 800px;
	position: relative; /*4px padding to offset last element padded at 4px as all the other nav elements*/
	top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/navbg.jpg) repeat-x;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	z-index: 300;
	border-style: none;
}
#nav a {
	color: #FFCC00;
	text-decoration: none;
	display:inline;
	border-top: none;
	border-left: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-left: 6px;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul, li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px 4px 0px 0px;
}

#main {
	scrollbar-base-color:#B75B00;
	position:absolute;
	top:0px;
	height: 500px;
	width: 800px;
	background-image:url(images/dining%20area.jpg);
	overflow: visible;
	z-index: 240;
	visibility: visible;
	text-align:center;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	left: 100px;
}

#inner {
	width: 600px;
	display: inline;
	position: absolute;
	height: 460px;
	padding:3px;
	margin: 0px auto;
	top: 25px;
	left: 105px;
	z-index: 300;
	background: url(images/innerframe.gif);
}
#inner #content {
	background: #ED9523 url(images/content.jpg) repeat-x top;
	margin: 0px;
	overflow: auto;
	position: absolute;
	height: 440px;
	width: 580px;
	top: 10px;
	left: 12px;
	padding: 0px 5px 0px 3px;
	text-align: left;
	z-index: 10;
}
#inner #content a{
/*	text-decoration: none;
	background: #FFCC33;
	border-top: thin outset;
	border-right: thin outset;
	border-bottom: thin outset;
	border-left: thin outset;*/
	color: #003366;
/*	padding-top: 0px;
	padding-bottom: 0px;*/
}
#inner #content a:hover {
	background: #FFFF66;
/*	color: #333333;
	border-style: inset;
	border-color: #CCCCCC #CCCCCC #999999 #999999;*/
	}
#inner #content table td{
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

.smalltext {
	font: 11px "Times New Roman", Times, serif;
}

#footer {
	position: absolute;
	left: 100px;
	top: 500px;
	width: 800px;
	text-align: center;
	visibility: visible;
	padding: 2px 0;
	clear: both;
	z-index: 300;
	font-size: 12px;
	color: #FFFFFF;
	background: url(images/footerbg2.jpg) no-repeat;
	border-top: thin inset #FFFFFF;
	height: 60px;
}

#footer a {
	text-decoration: none;
	color: #FFCC33;
}
#footer img {
	display:inline;
	border:none;
	margin: 0;
	padding: 0;
	vertical-align:text-bottom;
}
#footer a:hover {
	color: #FFFF79;
}
