.Title {
	color: #a6c126;
	font-size: 1.2em;
}

#featureBody {
	margin-left: 4px;
}

#featureHeader { /* container for the header. From logo to spacer */
	margin-left: 4px;
	float: left;
	width: 650px;
	background-color: #ffffff;
	background-image: url(/review/images/ReviewHeaderBottom.gif);
	backgroung-position: bottom;
	background-repeat: no-repeat;
}

#featureBottom { /* container for the header. From logo to spacer */
	float: left;
	width: 650px;
	height: 30px;
	margin-left: 2px;
	margin-top: -1px;
	padding-top: 4px;
	background-color: #ffffff;
	background-image: url(/review/images/ReviewHeaderBottom.gif);
	background-repeat: no-repeat;
}

#featureBottom p {
	text-align: center;
	padding-top: 2px;
}

.reviewImageLeft {
	float: left;
	width: 246px;
	background-color: #e5e5e5;
	padding: 5px 5px 0px 5px;
	margin-right: 10px;
}

.reviewImageLeft p {
	font-family: Arial;
	font-size: .7em;
	font-style: italic;
	margin: 5px 0px 5px 0px;
}

.reviewImageRight {
	float: right;
	width: 246px;
	background-color: #e5e5e5;
	padding: 5px 5px 0px 5px;
	margin-left: 10px;
}

.reviewImageRight p {
	font-family: Arial;
	font-size: .7em;
	font-style: italic;
	margin: 5px 0px 5px 0px;
}