/* Styles for events.php */
.currentEvent {	
	background:url(../images/bkgd-currentMovie.gif) top left repeat-y;
	width:901px;
	height:400px;
	margin-left:8px;
}
.eventsPoster {
	width:253px;
	height:375px;
	margin-top:12px;
	margin-bottom:12px;
	margin-left:12px;
	float:left;
}
.eventInfo {
	float:right;
	font:10px/12px Verdana,sans-serif;
	margin-right:12px;
	margin-left:12px;
	width:612px;
}
.eventInfo h2 {
	font:bold 18px/24px "Arial Black",Arial,sans-serif;
	color:#872333;
}
.eventTitle {
	margin-top:18px;
	margin-bottom:3px;
}
.description {
	overflow:auto;
}
.description p {
	margin-right:15px;
}
