#wrap_footer {
	margin:30px 0 0 0;
	padding:0 0 20px 0;
}
#footer_line {
	background-image:url(../img/footer.gif);
	height:8px;
}
#footer_left {
	float:left;
	width:500px;
	font-size:9pt;
	margin:29px 0 0 25px;

}

#footer_left li {
	display: inline;
	list-style-type: none;
	border-right:1px solid #999999;
	padding:0 7px 0 7px;
}
#footer_left a {
	text-decoration: none;
	color: #999999;
}
#footer_left a:hover {
	text-decoration: underline;
	color: #009900;
}

#footer_right {
	float:right;
	width:390px;
	margin:18px 25px 0 0;
	text-align:right;
}
#footer_right a {
	text-decoration: none;
	color: #999999;
}
#footer_right a:hover {
	text-decoration: none;
	color: #009900;
}

