/* CSS Document */

.footer {
	background:url(../images/footer/bg_img.gif) 0 0 repeat-x;
	padding:15px 0;
}

.footer_menu {
	background:#F5F5F5;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
}

.footer_menu a:link {
	color:#666666;
	text-decoration:none;
}

.footer_menu a:visited {
	color:#666666;
	text-decoration:none;
}

.footer_menu a:hover {
	color:#000000;
	text-decoration:underline;
}