#backgroundContainer {
	position: absolute;
	width: 100%;
	height: 509px;
	border-bottom: 1px dotted #999;
	z-index: -1;
}
#content .copy {
	height: 246px;
}
#content .copy p {
	line-height: 24px;
}
#featureFrame {
	width: 537px;
	margin-bottom: 40px;
	border-top-width: 1px;
	border-right-width: 9px;
	border-bottom-width: 1px;
	border-left-width: 9px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}
#featureFrame p {
	font-size: 12px;
	margin-right: 16px;
	margin-left: 16px;
	color: #333333;
}
.eventTitle {
	font-size: 14px;
	font-weight: bold;
	padding-right: 0.5em;
}

#featureFrame {
	border-right-color: #ffae00;
	border-left-color: #ffae00;
}


