#divFeatured {
	width: 222px;
	float: right;
	margin-right: 20px;
}
#divFProperty{
	background-image: url(../images/featured.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#pFeatured {
	font-size: 11px;
	margin-left: 5px;
}
#aFeatured:link, #aFeatured:visited {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#aFeatured:hover {
	text-decoration: underline;
}