@CHARSET "UTF-8";

/* footer */
#footer {
	clear: both;
	width: 930px;
	height: 68px;
	background-image: url(../images/footer_bg.gif);
	overflow:hidden;
}

#footer-left {
	color: #555555;
	
	margin-top: 10px;
	margin-left: auto;
	/*float: left;*/
	/*margin-top: 12px;*/
	/*margin-left: 18px;*/
	/*display: inline;*/
	width: 710px;
	height: 10px;
}
#footer-left ul {
	list-style: none;
	float: left;
}
#footer-left ul li {
	list-style: none;
	float: left;
}
#footer-left a {
	color: #555555;
	text-decoration: none;
}
#footer-left a:hover {
	color: #FF9600;
	text-decoration: underline;
}
#footer-right {
	color: #555555;
	margin-left: auto;
	width: 710px;
	height: 24px;
	/*float: center;*/
}
#footer-right-logo {
	float: left;
	/*margin-top: 3px;*/
}
#footer-right-text {
	float: left;
	margin-top: 9px;
}

