div.details{
	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.details h3{
	background: url(../images/corner_dark_upperright.gif) transparent right top no-repeat;
	height: 40px;
	padding-top: 20px;

}
div.details_body{
	margin-top: -40px;
	background: url(../images/corner_dark_lowerleft.gif) transparent left bottom no-repeat;
	
}
div.details_body p, div.details_body h4, div.details_body h5{
	padding: 10px 20px 0 20px;
}
div.details_body h4{
	font-size: 1.75em;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 0;
}

div.details_body table{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
div.details_body td{
	padding: 5px;
	vertical-align: top;
	font-size: 0.9em;
	font-weight: bold;
}
div.details_body td.date{
	text-align: right;
	width: 25%;
}
div.details_body td.title{
	text-align: left;
}
div.details_body td a:link, div.details_body td a:visited{
	font-weight: normal;
	text-decoration: none;
}
div.details_body td a:hover {
	text-decoration: underline;
}
div.details_footer{
	height: 50px;
	padding:  40px 0 0 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;
}
