div#season_sidebar * {
	margin: 0;
	padding: 0;
}

div#season_sidebar h1 {
	padding: 15px 0 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
}

div#season_sidebar ul {
	list-style: none;
	font-size: 11px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

div#season_sidebar ul li {
	padding-bottom: 10px;
}

a#brochure_download,
a#brochure_download:link,
a#brochure_download:visited {
	display: block;
	padding: 10px;
	background: #900;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FFF;
	text-align: center;
}
a#brochure_download:focus,
a#brochure_download:hover,
a#brochure_download:active {
	background: #EEE;
	color: #666;
	border: 1px solid #900;
}

div#season_sidebar {
	margin-bottom: 20px;
}

div#times {
	margin-bottom: 10px;
}