#slideshow {
	width: 639px;
	height: 217px;
	float: left;
}

#upcoming_events {
	width: 310px;
	margin-left: 16px;
	text-align: center;
	background-color: #6B5734;
	float: right;
}

	#upcoming_events h2 {
		margin-top: 10px;
		color: white;
		padding-bottom: 10px;
		border-bottom: 1px solid white;
	}

	.upcoming_event {
		margin: 10px;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 1px solid white;
	}

		.upcoming_event_date {
			font-size: 14px;
			color: #DD961A;
		}
		
		.upcoming_event_title {
			color: white;
		}
	
		.upcoming_event_title a:link, .upcoming_event_title a:visited {
			color: white;
			text-decoration: none;
		}
	
		.upcoming_event_title a:hover, .upcoming_event_title a:active {
			color: white;
			text-decoration: underline;
		}

#intro {
	width: 639px;
	margin-top: 10px;
	color: #6b6b6b;
	line-height: 24px;
	text-align: left;
	float: left;
}

#video {
	width: 310px;
	margin-top: 10px;
	margin-left: 16px;
	float: right;
}
