@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }

a {
	color: #D1CBBE;
	text-decoration: none;
}

a:hover {
	color: #E4D22A;	
}

body {
	background:url(woodbck.gif);
	color: white;
	text-align: center;
}

#container {
	margin: auto;
	margin-top: 100px;
	width: 910px;
	text-align: center;
}

#header {
	margin: auto;
	height: 80px;
	width: 839px;
	background: black;
	position: relative;
}

#header img {
	position: absolute;
	top: -50px;
	left: 290px;
}

#nav {
	margin: auto;
	width: 839px;
	height: 40px;
	background: black;
}

#nav ul {
	list-style: none;
	position: relative;
	z-index: 1;

}

#nav li {
	display: inline;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left: 22px;
	padding-right: 22px;
	color: #D1CB8E;
}

#topbox {
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	background:url(topbck.png);
	height: 301px;
	width: 839px;
	border-top: 3px solid #E4D22A;
	border-bottom: 3px solid #E4d22A;
	text-align: left;
	position: relative;
}

#topbox h1 {
	color: #E4D22A;
	padding: 40px 0px 10px 40px;
}


#topbox-inside {
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	background:url(topbck.png);
	height: 80px;
	width: 839px;
	border-top: 3px solid #E4D22A;
	border-bottom: 3px solid #E4d22A;
	text-align: left;
	position: relative;
}

#topbox-inside h1 {
	color: #E4D22A;
	padding: 20px;
}


#topbox ul {
	list-style: none;
	padding-left: 60px;
	font-size: 24px;
	line-height: 1.3;
}

#topbox img {
	position: absolute;
	right: -30px;
	top: -75px;
	z-index: 0;
}


#content {
	margin: auto;
	background: black;
	width: 839px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
	margin-bottom: 10px;
}

#inner {
	padding: 30px;	
	padding-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#inner p {
	margin-bottom: 20px;
	line-height:1.5;
}

#about {
	float: left;
	width: 380px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 30px;
}

#accent {
	color: #E4D22A;
}

#about p {
	padding-bottom: 15px;	
	line-height: 1.4;
}

#stuff {
	float: right;
	width: 380px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#stuff h2 {
	color: #E4D22A;
	padding-bottom: 10px;
}


#stuff ul {
	list-style: none;
	line-height: 1.6;
	margin-bottom: 40px;
}

#stuff {
	line-height: 1.5;
}

#sportsteams {
	padding: 30px;
}

#sportsteams img {
	padding-top: 20px;
	padding-right: 5px;
}

#footer {
	margin-bottom: 10px;
}

#menu {
	margin: auto;
	width: 600px;
	padding: 30px;
	background: #FFC;
	color: black;
	text-align: center;
}

.menuitem {
}

.iteminfo h1 {
	margin-top: 5px;
	font-size: 20px;	
}

.iteminfo p {
	margin-bottom: 5px;
	font-size: 14px;	
}

.iteminfo {
	width: 500px;
}

.price {
	font-size: 20px;	
}

#contactus {
	padding: 30px;
}

fieldset {
	width: 400px;
	margin: 0 auto;
	padding: 20px;
}

legend {
	padding: 5px;
		color: #E4D22A;
}

#contactus table {
	width: 100%;
}

#contactus tr {
	vertical-align: top;
}

#contactus td {
	padding: 5px;	
}

#contactus textarea {
	width: 100%;
	height: 100px;
}

button {
	float: right;
	padding: 5px;	
}

#sportsteams img {
	
	border: 0;
}