@CHARSET "UTF-8";

body{
	background: #fff;
	font-size: 0.8em;
	color: #000;
	font-family: Verdana, sans-serif;
}

#page{
	margin-left: 15px;
	margin-right: 15px;	
	text-align: center;
}

#header {
	background: #fff url(../images/header_bg.gif) repeat-x top left;
	width: 100%;
	height: 156px;
	text-align: center;
}

#content{
	text-align: center;
}

hr{
	color: #3a5e44;
	width: 75%;
}

h1 {
	font-family: Georgia, serif;
	font-size: 1.7em;
	color: #3a5e44;	
}
h2 {
	font-size: 1.2em;
	font-style: italic;
	padding: 0;
}

a:link, a:visited {
	color: #3a5e44;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

ul.schedules li {
	display:inline;
	padding-left: 10px;
	padding-right: 10px;
}