#Dates {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#Dates h2 {
	margin-bottom: 2em;
}

#CalanderHolder {
	background-color: #006666;
}

#SpecialDates {
	width: 250px;
	position: absolute;
	z-index: 10;
	overflow: auto;
	height: 200px;
	top: 0px;
	right: 0px;
}
#SpecialDates span {
	color: #D0E1C1;
}

#SpecialDates ul {
	list-style-position: inside;
	position: relative;
	width: 180px;
}