/*Footer*/
#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF9900;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/footerBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 30px;
}
#Footer p {
	text-align: center;
}

#Footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}
#Footer a:visited {
	color: #FFFFFF;
}
#Footer a:hover {
	color: #FF9900;
	text-decoration: none;
}
#ESALogo {
	text-align: center;
	width: 800px;
}
