.featured {
	width: 210px;
	float: left;
	border: solid 2px #713885;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}

	.featured a {
		text-decoration: none;
	}
	
	.featured h2 {
		font-family: "Arial Narrow", arial, helvetica, sans-serif;
		font-weight: bold;
		height: 21px;
		overflow: hidden;
		font-size: 20px;
	}
	
	.featured img {
		border: 0;
		margin: 5px 0;
	}
	
	.featured p {
		height: 110px;
		overflow: hidden;
	}
	
	.featured .link {
		
	}
	
		.featured .link a {
			display: block;
			width: 130px;
			height: 23px;
			padding: 0 10px;
			background-image: url('../images/featured-link.png');
			color: #FFF;
			font-weight: bold;
		}
		
			.featured .link a:hover {
				text-decoration: underline;
			}
