@charset "utf-8";
/* CSS Document */

.event_info {
	width: 619px;
	height: auto;
	float: left;
	margin: 15px 0 0 0;
	border-bottom: 1px solid #AF0909;
}

.event_pic {
	width: 300px;
	height: 200px;
	float: left;
	margin: 0 10px 10px 0;
}

.event_title {
	width: 309px;
	height: auto;
	float: left;
	color: #063167;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 10px 0 0 0;
}

.event_desc {
	width: 309px;
	height: auto;
	float: left;
	color: #444444;
	font-size: 12px;
	line-height: 1.25;
	margin: 10px 0 10px 0;
}

.event_more {
	width: 309px;
	height: auto;
	float: left;
	font-size: 12px;
	margin: 0 0 10px 0;
}


#event_details {
	width: 619px;
	height: auto;
	float: left;
	margin: 0 0 25px 0;
}

#event_photos {
	width: 617px;
	height: auto;
	background-color: #CCCCCC;
	float: left;
	border-bottom: 1px solid #063167;
	border-left: 1px solid #063167;
	border-right: 1px solid #063167;
	border-top: 5px solid #063167;
	font-size: 12px;
	margin: 0 0 15px 0;
}

.event_photos {
	width: 194px;
	height: auto;
	float: left;
	margin: 0 5px 10px 5px;
}

.event_magnify {
	width: 607px;
	height: auto;
	float: left;
	margin: 10px 0 10px 10px;
}


