div.details{
	clear: both;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url(../images/corner_light_upperleft.gif) #972309 left top no-repeat;
}
div.details h3{
	background: url(../images/corner_light_upperright.gif) transparent right top no-repeat;
	height: 40px;
	padding-top: 20px;

}
div.details_body{
	background: url(../images/corner_light_lowerleft.gif) transparent left bottom no-repeat;
}

div.details_body p, div.details_body h4, div.details_body h5{
	padding: 0px 40px 0 40px;
}
div.details_body p{
	margin-top: 0;
}
div.details_body h4{
	text-align: center;
	margin-top: 30px;
	font-size: 1.75em;
	line-height: 1.25em;
	margin-bottom: 0;
}
div.details_body h5{
	font-size: 1.5em;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.5em;
	font-style: italic;
}
div.details_body .buttonimg{
	margin-left: 40px;
}
div.details_body .imgfloat{
	
	margin: 40px 40px 10px 10px;
}
div.details_body ul{
	margin-left: 40px;
	margin-top: 0;
}
div.details_body h6{
	margin-bottom: 0;
	margin-left: 40px;
}
div.details_body li{
	margin-top: 0;
	list-style-image:url(../images/icon_star.gif);
}
div.details_footer{
	height: 50px;
	padding:  10px 0 0 0;
	background: url(../images/corner_light_lowerright.gif) transparent bottom right no-repeat;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

