@charset "utf-8";
/* CSS Document */
body, p, h1, h2, h3, ul, ol, li, dl, dt, dd, td {
	margin: 0;
	padding: 0;
}
#container {
	background-image: none;
	width: 660px;
	padding: 0;
}
#header {
	width: 660px;
	margin-top: 0px;
	padding-top: 0px;
	height: auto;
}
#header h1 {
	padding:0;
}
#textsizer {
	display: none;
}
#nav {
	display: none;
}
#content {
	width: 660px;
	overflow: visible;
}
#sub {
	display: none;
}
#footer {
	width: 660px;
}
#main {
	width:660px;
	padding: 0;
}
#main h2 {
	width:660px;
	padding: 0;
}
#schedule table {
	width: 640px;
}
#schedule #month {
	width: 640px;
}
#info .box {
	overflow: visible;
	height: auto;
}
p.banner {
	display: none;
}


.footer_left li {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffa220 0%, #f26807 88%) repeat scroll 0 0;
	border: 5px solid #fff;
	border-radius: 5px;
	float: left;
	height: 50px;
	margin: 15px 10px 0 0;
	padding: 10px 0;
	text-align: center;
	font-size: small;
//	width: 210px;
	width: 190px;
}