#calendar_wrapper{
	background-color: 	#112b44;
	height:				200px;
	width: 				434px;
}
#events_calendar{
	float:				left;
	margin:				0px 10px 0px 0px;
	width:				190px;
}
#event_details{
	color:				#ffffff;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	height:				185px;
	line-height:		12px;
	float:				left;
	overflow:			auto;
	padding:			0px 10px 0px 0px;
	width:				220px;
}
.uppercase{
	text-transform: 	uppercase;
}
.white{
	color: 				#ffffff;
}
.white p{
	color: 				#ffffff;
}