body {
	font-family: verdana, sans;
	font-size: 12px;
	text-align: center;
	background-color: white;
}

a:link {
	color: #ba9003;
  text-decoration: none;
}

a:visited {
	color: #ba9003;
  text-decoration: none;
}

a:hover {
	color: #ba9003;
  text-decoration: underline;
}

th {
  vertical-align: top;
}

#page {
	margin: 0 auto;
	width: 800px;
}


#header {
	text-align: center;
  border-bottom: solid black 1px;
}

#content {
	width: 800px;
	text-align: left;
}

img.float-right {
	float: right;
	margin-left: 10px;
	padding: 10px;
	border: black solid 1px;
}

img.float-left {
	float: left;
	margin: 10px;
	padding: 10px;
	border: black solid 1px;
}

#more-info li {
	padding-left: 30px;
	margin-bottom: 10px;
	list-style-type: none
}

.directions li {
	margin: 10px;
}

#menu {
  border-bottom: solid black 1px;
}


#menu li {
  display: inline;
	padding-right: 20px;
	margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #e8b304;
}

#events {
  margin-left: 10px;
  padding: 10px;
  float: right;
  border: black solid 1px;
  width: 193px;
}
