body
{
	background-color: black;
	color: #333333;
	margin: 0;
}

#page
{
	background-image: url(bkgrnd.png);
	background-repeat: repeat-x;
	width: 900px;
	margin-left: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	font-family: geneva,Sans-Serif;
	overflow: hidden;
}

.title { padding: 25px 25px 5px 25px; }

#navcontainer
{
	font-family: Arial,Sans-Serif;
	margin: 0 auto;
	width: 550px;
	border-bottom: 1px solid #ddd;
}

#navlist
{
	width: 500px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#navlist li
{
	padding: 0;
	margin: 0;
	text-indent: 0;
	display: inline;
}

#navlist li a
{
	letter-spacing: -1px;
	text-decoration: none;
	color: #ccc;
	font-size: 1em;
	padding: 0 2px;
}

#navlist li a:hover,#navlist a#current
{
	color: #333;
	border-top: none;
	font-size: 1.5em;
}

#navlist a#current { color: #fc6; }

.schedule
{
}
.schedule tr th
{
line-height: .2em; 
font-size: 1em;
	color: white
}

.schedule tr td
{
line-height: 2em;
font-size: 1em;
	color: #fc6
}

.schedule p
{
text-indent: 1.5em;
	font-size: 1.3em;
	color: #fc6;
	text-align: left;
}

.schedule p a
{
	text-decoration: none;
	color: white;
}

.schedule p a:hover, .schedule p a:active
{
	text-decoration: none;
	color: #600;
}

