@charset "UTF-8";
#container {
	width: 905px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: auto;
}

#container #events {
	margin-top: 10px;
	float: left;
	border: 1px solid #999;
	background-repeat: repeat-x;
	height: 1400px;
	width: 439px;
	margin-bottom:20px;
}
#container #footer {
	width:905px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #771e1d;
	clear:both;
	text-align:center;
	height:60px;
	padding-top:20px;
}
#container #events #event-item {
	padding-left: 5px;
	padding-right:5px;
	margin-bottom:15px;
	
}
#container #events #event-item .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #480340;
	margin-bottom:0px;
}
#container #events #event-item .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	margin-bottom:0px;
	margin-top:0px;
	line-height:18px;
}
#container #events #event-item .description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin-top:0px;
	margin-bottom:0px;
	line-height:18px;
}
#container #events #event-item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #480340;
	text-decoration: none;
	margin-top:0px;
}
#container #sports {
	margin-top: 10px;
	float: right;
	border: 1px solid #999;
	background-repeat: repeat-x;
	height: auto;
	width: 360px;
	margin-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	overflow: hidden;
	
}#container #news {
	float: right;
	height:auto;
	margin-bottom:10px;
	margin-top: 10px;
	width: 360px;
}
#container #weather {
	float: right;
	height:360px;
	margin-bottom:10px;
	margin-top: 10px;
}
#container #ads {
	background-image:url(images/advertise.png);
	padding-top:40px;
	text-align:center;
	float: right;
	width:360px;
	height:87px;
	background-repeat:no-repeat;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin-top: 10px;
}
#container #lineup {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCC;
	margin-bottom:20px;
}
#container #closings {
	margin-top:10px;
	margin-bottom:10px;
}
#container #closingslink {
	margin-top: 10px;
	margin-bottom:10px;
	float:right;
}
