@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font: 14px Geneva, Helvetica, Arial, sans-serif;
	color: #888;
	background-color: #333333;
	text-align: center;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
	position: relative;
	z-index: 2;
}
#header {
	background: url(../images/border.gif) left bottom repeat-x;
	padding: 0;
	margin: 0;
	height: 80px;
}
#logo {
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	width: 271px;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#nav ul {
	padding: 0px;
	float: right;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: medium;
}
#nav li a {
	color: #888;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#nav  li a:hover {
	color: #FFFFFF;
}
#nav li {
	display: inline;
	list-style-type: none;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#footer {
	background-image: url(../images/border.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
}
#footer ul {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: medium;
}
#content {
	margin: 5px;
}
#footer li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	margin-bottom: 10px;
}
#footer li a {
	color: #888;
	text-decoration: none;
}
#footer li a:hover {
	color: #FFFFFF;
}
#clear {
	background-image: url(../images/border.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 960px;
	background-color: #333333;
	clear: both;
	height: 10px;
}
.schedule {
	text-align: center;
}
.map {
	text-align: center;
	line-height: 2px;
	font-weight: bold;
}
#content a {
	color: #888;
	text-decoration: underline;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

