@charset "utf-8";
/* CSS Document */
html, body {height:100%;}
body  {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-align:center;
	margin:0;
	}
#wrapper {
	padding:5px;
}
#title {

	font-size:20px;
	font-weight:bold;

}
#titleImage {
	float:left;
	width:20%;
}
#content {
}
#contentAlignLeft {
	text-align:left;
}
#eventCont {
	border-bottom: solid #000 2px;
}
#eventTitle {
	float:left;
	font-size:16px;
	font-weight:bold;
}
#eventDate {
	float:right;
	font-weight:bold;
}