#download_section h3 {
	text-decoration:none;
	margin-top: 10px;
	color: maroon;
	margin-bottom: 2px;
}
#download_section #spacer {
	clear:both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: maroon;
	border-right-color: maroon;
	border-bottom-color: maroon;
	border-left-color: maroon;
	height: 10px;
	margin-bottom: 5px;
}
#download_section table {
	#border:1px solid #FEFDDA;
	vertical-align: top;
	padding-left: 3px;
}
#file_block{
	background-color: #FEFDDA;
	width: 630px;
	height:auto;
	margin-bottom: 10px;
	float: left;
}

#file_icon{
	background-color:inherit;
	float:left;
	width: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;

}
#file_info{
	margin-left:0;
	padding: 5px;
	background-color:inherit;
	margin-right: 0px;
	float: left;
	width: 260px;
}
#file_description{
	margin-left:0;
	padding: 2px;
	
	background-color:inherit;
	float: right;
	width: 300px;

}
