@charset "utf-8";
/* CSS Document */

.divider_line {
	background-color:#bfd0a1; 
	height:1px; 
	width:380px; 
	clear:both;
	margin-left:200px;
}

.orange_divider_line {
	background-color:#f6732b; 
	height:1px; 
	width:580px; 
	clear:both;
}

.event_container {
	clear:both; 
	width:580px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.event_leftside {
	float:left; 
	width:180px; 
	text-align:right; 
	display:inline;
	padding-top:8px;
	padding-bottom:8px;
}

.event_rightside {
	float:left; 
	width:380px; 
	padding-left:20px; 
	display:inline;
	color:#5b0c00;
	padding-top:8px;
	padding-bottom:8px;
}

.event_rightside h3 {
	margin:0px;
	padding:0px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.event_rightside h4 {
	margin:0px;
	padding:0px;
	margin-top:2px;
	margin-bottom:7px;
	color:#f6732b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.event_rightside p {
	margin:0px;
	padding:0px;
	font-size:12px;
}

.event_rightside_top {
	float:left; 
	width:300px; 
	display:inline;
	color:#5b0c00;
}

.event_rightside p.top {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:5px;
}
