		
		#side_bubble_top {
			font: bold 12px Verdana;
			padding: 6px 9px 0 9px;
			width:150px;
			height: 20px;
			background: url(../_images/corners/sidebar_events_top.gif);
		
		}
		
		#main_image {
			width: 573px;
			border-bottom: solid 1px #555; 
			height: 227px;
			background-color: #B5ABB4;
		}	

	
/* Event Listings */


	#event_list {
		font: 11px/15px Verdana;
	}

	.event_title {
		font: bold 14px/18px Verdana;
	}
	
	.event_title_w_image {
		font: bold 14px/20px Verdana;
		width: 400px;
	}
		
	.event_description {
		padding-top: 4px;
		padding-bottom: 16px;
	}
	
	.event_description_w_image {
		padding-top: 4px;
		padding-bottom: 16px;
		width: 400px;
	}
	
	.event_category {
		float: left;
		font: bold 11px Verdana;
		height: 18px;
	}
	
	.event_listing {
		float: right;
		width: 460px;
		height: 18px;
	}
	
	.event_address {
		float: right;
		width: 460px;
		padding-bottom: 3px;
	}
	

	.multi_list {
	
		width: 100%;
		padding-top: 0px; 
		html>body padding-top: 20px; /* hide from IE \*/ 
		
		border-top: solid 1px #ADADAD; 
		margin-top: 36px;
	}
	
	/* hide from IE hack */ 
	html>body .multi_list {
	
		width: 100%;
		padding-top: 16px; 
		
		border-top: solid 1px #ADADAD; 
		margin-top: 36px;
	}
	
	.event_image {
		float: right;
	}
	
	
	
	
