h2 {
	font-size: 34px;
	margin-bottom: 20px;
}

.img {
	height: 120px;
	text-align: center;
	margin-bottom: 10px;
}

.img img {
	margin: 0;
}

#accordion {
	padding-left: 10px;
}

	#accordion div {
		padding-bottom: 5px;
	}

	#accordion h3 a {
		font-size: 14px;
		font-weight: normal;
		color: #666;
		text-decoration: none;
	}

#location, #program {
	display: inline;
	float: left;
	width: 260px;
}

#location {
	margin-right: 12px;
}

#program {
	padding-left: 12px;
	border-left: 1px solid #bbb;
}

	#program .img img {
		margin-top: 20px;	
	}

	#program .listbox {
		margin-left: 0px;
		width: 248px;
	}
