body
{
	margin: 0 auto;
	padding: 0;
	width: 600px;
	background: #fff url( bg.png ) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #2F4600;
}

a:link, a:visited, a:hover, a:active
{
	color: Red;
}

h1, h2, h3, h4 { color: #df1603; }
h1 { font-size: 2.2em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }

.contact label
{
	display: inline-block;
	width: 120px;
	text-align: right;
}

form div { margin: 4px 0; }
.center { text-align: center; }

#header 
{
	height: 128px;
}

#header h1
{
	display: none;
	margin-right: 999999px;
}

#schedule table
{
	border-collapse: collapse;
	border: solid 1px #ccc;
}

#schedule thead
{
	background-color: #df1603;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#schedule td
{
	/*width: 135px;*/
}

blockquote
{
	margin: 20px 0;
	padding: 0px 20px;
	border: #ddd 1px dashed;
	background: #fafafa;
	font-style: italic;
	font-size: 16px;
	color: #9e0e00;
}

/* Navigation */

#navigation
{
	margin: 0;
	padding: 0;
	height: 50px;
}

#navigation ul
{
	margin: 0;
	list-style: none;
}

#navigation li
{
	display: inline;
}

#navigation a
{
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 7px 15px;
	height: 16px;
	background: #eee;
	border: 2px solid #9e0e00;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	color: #222;
}

#navigation a:hover
{
	border: 2px solid #222;
	color: #9e0e00;
}