/*eventInfo*/
div#eventInfo{
	float:left;
	display:inline;
}
div.eventData{
	margin:0px 0px 25px 0px;
	padding:0px;
}
div.eventHeader{
	width:690px;
}

div.eventDate{
	width:525px;
	font-size:11px;
	text-indent:5px;
	letter-spacing:1px;
	line-height:1.4;
	float:left;
	background:#EEE;
}
div.eventPlace{
	width:160px;
	text-align:right;
	float:left;
	background:#EEE;
}
div.eventPlace img{
	margin-left:2px;
}
div#eventInfo p{
	width:680px;
	margin:5px 0px;
	padding:0px;
	clear:both;
}