/************** .feature styles ***************/
body {
	background-color: #FFCC99;
}

.feature{
	padding: 10px 110px 10px 110px;
	font-size: 100%;
}

.feature p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	line-height: 1.4em;
	text-indent: 1em;
	padding: 0px;
	margin: 0px;
	letter-spacing: .01em;
}

.feature p:first-letter {
	color: #D2691E;
	font-size: 1.2em;
}

.feature h3{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CC3300;
	font-size: 120%;
	font-weight: bold;
	margin: 10px;
	padding: 0px;
}

.feature a:link {
	color:#0000FF;
	text-decoration: underline;
}
.feature a:visited {
	color: #FF0000;
	text-decoration: underline;
}

.feature img{
	float: right;
	position: relative;
	height: 100px;
	width: 150px;
	clear: left;
	top: -20px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

