@charset "utf-8";
/* CSS Document */
#footer {
	width: 960px;
	height: 67px;
	margin: 0px auto;
	clear: both;
	color: #FFF;
	font-size: 9pt;
 	*background-image: url(/img/footer_bg.jpg)!important;
 	*background-image: url(/img/footer_bg.jpg);
	background-image: url(/img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#footer_link {
	float: left;
	margin-left: 25px;
	margin-top: 8px;	
	}
#footer_link a:link, #footer_link a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 0px 15px 0px 3px;
	}
#footer_link a:hover {
	color: #FF3300;
	text-decoration: underline;
	padding: 0px 15px 0px 3px;
	}
#footer_copyright {
	float: right;
	margin-right: 25px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

