body {
	font: 76%/1.8 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #14285f;
	text-align: center;
	min-width: 840px;
}

img {
	border: none;
}

#wrapper {
	width: 802px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 2px solid #000;
	margin-top: 5px;
	background-color: #fff;
	min-height: 100%;
}

#header {
	float: left;
	width: 802px;
	height: 133px;
	position: relative;
	overflow: hidden;
	border-bottom: 2px #000 solid;
}

#menubar {
	padding: 0;
	margin: 0;
	float: left;
	width: 802px;
	border-bottom: 2px solid #000;
	background-color: #c30;
	list-style: none;
}

#menubar li {
	float: left;
}

#menubar li a {
	line-height: 1.8em;
	padding: 0 1em;
	margin: 0.5em 0;
	display: block;
}

#menubar li a:link, #menubar li a:visited {
	color: #fff;
	text-decoration: none;
}

#menubar li a:hover {
	background-color: #fff;
	color: #14285f;
}

#content {
	margin: 0px 14px 14px;
	float: left;
	position: relative;
	background-color: #fff;
	display: inline;
}

#content a:link, #content a:visited {
	color: #00f;
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 100%;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #c30;
	border-top: 2px #000 solid;
	font-size: 0.8em;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	background-color: #fff;
	color: #14285f;
}

.address {
	margin-left: 30px;
	line-height: 1.3em;
}

center img {
	padding: 2px;
	border: 1px solid #000;
}

h1 {
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
}

h2 {
	text-align: center;
	font-size: 1.2em;
	margin-top: 20px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

img.centered {
	display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000;
    margin-top: 10px;
}

.caption {
	font-size: 0.8em;
	text-align: center;
	padding-bottom: 20px;
}

.rightpic {
	float: right;
	margin-left: 10px;
}

.leftpic {
	float: left;
	margin-right: 10px;
}

#schedule {
	text-align: left;
}

#schedule td {
	vertical-align: top;
	padding: 4px;
}

#schedule h2 {
	margin-bottom: -10px;
	margin-top: 20px;
}

td.time {
	text-align: right;
	color: #14285f;
	font-weight: bold;
	width: 120px;
}

#pics {
	text-align: center;
	width: 775px;
}

#pics img {
	padding: 2px;
	border: 1px solid #000;
	margin: 10px;
}

#pics img:hover {
	border-color: #c30;
}

.breadcrumbs {
	text-align: center;
	font-size: 1em;
}