@charset "UTF-8";
/* CSS Document */

#footer-Wrapper {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 2px solid #FFF;
	background-image: url(../images/site/footer_bg.jpg);
	background-repeat: repeat-x;
	min-height: 53px;
}

#footer-Container {
	width: 943px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

#footer-Sector-Left {
	width: 400px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #9b8284;
	float: left;
}

#footer-Sector-Left a{
	color: #9b8284;
	text-decoration: none;
}

#footer-Sector-Left a:hover{
	color: #9b8284;
	text-decoration: underline;
}

#footer-Sector-Right {
	width: 400px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	color: #9b8284;
	float: right;
}

#footer-Sector-Right a{
	color: #9b8284;
	text-decoration: none;
}

#footer-Sector-Right a:hover{
	color: #9b8284;
	text-decoration: underline;
}
