


/*Footer*/

.footer_menu {
	width:100%;
	max-width:901px;
	margin:15px auto 0 auto;
	text-align:center;
	}
.footer_menu li{
	display:inline-block;
	border-right:1px solid #CCC;
	padding:0 10px;
	margin-bottom:10px;
	}
.footer_menu li:last-child{
	border-right:none;
	}
.footer_menu li a{
	color: #4DA5D4;
	}
.footer_menu li a:hover{
	color: #FC0;
	text-decoration: underline;
	}

	
footer {
	width:100%;
	max-width:901px;
	margin:0 auto;
	line-height:22px;
	color: #999;
	text-align:center;
	}
footer a{
	color: #4DA5D4;
	}

footer a:hover{
    color: #FC0;
	text-decoration: underline;
}
