/* Features Styles */

img.border{
	border: 1px solid white;
}

span.header{
	text-transform: capitalize;
	font-size:14px;
	color:#000066 ;
	font-weight: bold;
}
span.featuretxt {
	color:#333333;
}

.feature {
	font-size:11px;
}

a.feature:link, a.feature:visited{
	font-size:9px;
	color:#6B665B;
	font-weight:bold;
}

a.feature:hover {
	color:#669900;
	text-decoration:underline;
}

div.floater {
	float:left; 
	background-image:url(/images/picture_shadows.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:90px;
	height:90px;
}