.featured {
	width: 209px;
	float: left;
	margin: 10px 15px;
	border-bottom: solid 5px #DDD;
	height: 300px;
}

	.featured h2 {
		font-weight: bold;
		margin-bottom: 5px;
		text-decoration: none;
		font-size: 16px;
		color: #333333;
	}
	
	.featured p {
		height: 80px;
	}
	
	.featured .link {
		margin-top: 5px;
		margin-left: 5px;
		font-size: 1.2em;
	}
	
		.featured .link a {
			display: block;
			width: 66px;
			height: 18px;
			overflow: hidden;
			background-image: url('../images/buy-tickets.gif');
			background-repeat: no-repeat;
			text-decoration: none;
		}
		
			.featured .link a span {
				visibility: hidden;
			}
			
.heading3,
.heading4 {
	font-size: 16px;
	line-height: 18px;
}
