div.review{
	clear: both;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url(/images/corner_dark_upperleft.gif) #520404 left top no-repeat;
	

}
div.review h3{
	background: url(/images/corner_dark_upperright.gif) transparent right top no-repeat;
	height: 50px;
	padding: 20px 40px 10px 40px;
	text-align: center;
	margin-bottom: 0;
	font-size: 2em;
	line-height: 1.25em;

}
div.review_text{
	min-height: 250px;
}
div.review_body{
	margin-top: -30px;
	background: url(/images/corner_dark_lowerleft.gif) transparent left bottom no-repeat;
}
div.review_body p, div.review_body h4, div.review_body h5{
	padding: 10px 20px 0 20px;
}
div.review_body h4{
	font-size: 1.75em;
	margin-bottom: 0;
}
div.review_body h5{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.25em;
}
div.review_body li{
	line-height: 1.75em;
	list-style-image:url(../images/icon_star_dark.gif);
}
div.review_body li a:link{
	text-decoration: none;
}
div.review_body li a:visited{
	text-decoration: none;
}
div.review_body li a:hover{
	text-decoration: underline;
}
div.review_body .imgfloat{
	margin: 10px 20px 10px 10px;
}
div.review_body .reviews_list{
	float: left;
	width: 25%;
}
div.review_body h6{
	margin-bottom: 0;
	margin-left: 20px;
}
div.review_body p{
	line-height: 1.75em;
}
div.review_footer{
	clear: both;
	padding:  40px 0 10px 0;
	background: url(/images/corner_dark_lowerright.gif) transparent bottom right no-repeat;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}
