#footer{
	clear:both;
	text-align: left;
	font: 10pt Courier;
	padding: .4em;
	width:auto;
	min-width:800px;
	height:auto;
	border-top:1px black solid;
/*	border-bottom: 1px black solid;*/
/*	border: 1px black solid;*/
	float:none;
}

#footer .section{
	padding: .4em;
	text-align: left;
	font: 10pt Courier;
	border: 1px black solid;
	width:auto;
}

#footer .left_column{
	text-align: left;
	font: 10pt Courier;
	/*border: 1px black solid;*/
	width:55%;
	float:left;
}

#footer .right_column {
 	/*border: 1px black solid;*/
 	text-align:right;
	padding-top: 10px;
	float:right;
	width:35%;
}

.img_validation{
	margin-left: 20px;
	float:right;
}

.img_validation a{
	text-decoration: none;
	background-color: transparent;
	color:white;
}

.img_validation a:hover{
	text-decoration: none;
	background-color: transparent;
	color:white;
}

.img_validation a:visited{
	text-decoration: none;
	background-color: transparent;
	color:white;
}