@CHARSET "UTF-8";

/* footer */
#footer {
	clear: both;
	width: 930px;
	height: 36px;
	background-image: url(../images/footer_bg.gif);
	overflow:hidden;
}

#footer-left {
	color: #555555;
	float: left;
	margin-top: 12px;
	margin-left: 18px;
	display: inline;
	width: 410px;
	height: 24px;
}
#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;
	float: left;
}
#footer-right-logo {
	float: left;
	margin-top: 3px;
}
#footer-right-text {
	float: left;
	margin-top: 12px;
}
