html, body {
	background-color: #222;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: sans-serif;
}

#container {
	margin: 20px auto 10px auto;
	padding: 0px 0px 20px 0px;
	width: 704px;
}

#header {
/* 	background-color: white; */
	background-image: url('/media/images/header_background.png');
	background-repeat: no-repeat;
	background-position: top center;
	color: #d1011b;
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	height: 162px;
}

#header img {
	margin: 8px 0px 0px 0px;
	border: 0px;
}

#menu {
	background-color: #222222;
	background-image: url('/media/images/menu_background.png');
	background-repeat: repeat-x;
	background-position: top left;
	color: #ecdb20;
	font-size: 1.4em;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#menu ul {
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

#menu li {
	display: inline;
	text-align: center;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	padding: 0px 16px 0px 16px;
	margin: 0px;
}

#menu li a:hover {
	background-color: #95211f;
	text-decoration: none;
}

#content {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	border-width: 0px 2px 0px 2px;
	border-color: #545454;
	border-style: solid;
	background-color: #d1011b;
	color: white;
	overflow: hidden;
}

#content-bottom {
	background-image: url('/media/images/content_bottom.png');
	background-repeat: no-repeat;
	background-position: bottom center;
/* 	background-color: #d1011b; */
	height: 34px;
	color: #eaa;
	color: #ecdb20;
	text-align: center;
	font-size: .8em;
	line-height: 3.0;
}

#footer {
	font-size: .8em;
	text-align: right;
	padding: 40px 0px 20px 0px;
	color: #777;
}

#footer a, #footer a:visited {
	color: #aaa;
}

#footer a:hover {
	color: yellow;
}

#leftcol {
	width: 430px;
	margin: 0px 0px 0px 10px;
}

#rightcol {
	display: inline;
	width: 250px;
	float: right;
}

#rightcol h2 {
	background-color: #ecdb20;
	color: #545454;
	background-image: url('/media/images/h2_background.png');
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px;
	text-align: center;
	font-weight: normal;
	font-size: 1.4em;
}

#clearing {
	height: 10px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.schedule {
	margin: 0px 0px 10px 10px;
	padding: 0px;
}

.schedule li {
	list-style: none;
	color: #ecdb20;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 1.1em;
}

.schedule li ul {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}

.schedule li ul li {
	color: #eeffee;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}

a, a:visited {
	color: #ecdb20;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}