@charset "utf-8";
/* CSS Document */

#banner {
	background:url(img/banner.png) 50% 0 no-repeat;
	margin-bottom:15px;
}

h1#upcoming {
	background-image:url(img/banner_new.png);
}
h1#bygone {
	background-image:url(img/banner_old.png);
}
h1 {
	background-position:50% 0;
}
h6 {
	padding:0;
	padding-bottom:.75em;
	margin:0;
	font-size:1em;
	font-weight:bold;
}
h6 a:link,h6 a:visited  {
	color:#333;
	text-decoration:none;
	background-color:transparent;
	border-bottom:none;
}
h6 a:hover,h6 a:active {
	color:#EC008C;
	text-decoration:none;
	background-color:#3AB4DD;
	border-bottom:none;
}

