/* for event schedule */

div.EventSchedule {
	display:block;
	width:598px;
	min-height:15px;
	clear:both;
	margin-bottom:3px;
}
	.EventDay {
		height:23px;
		margin-top:27px;
		background-position:top left;
		background-repeat:no-repeat;
	}
	.EventTime {
		display:inline;
		width:187px;
		float:left;
		margin-right:15px;
		color:#EE3224;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-weight:bold;
		font-size:13px;
		text-align:right
	}
	.EventHappening {
		display:inline;
		float:left;
		width:341px;
		color:#652D89;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
	}