@charset "UTF-8";
/* CSS Document */

#footer{
	background-color:#AFD9B5;
	color:#FFF;
	height:auto;
	font-size:10pt;
	padding:10px 0;
	overflow:hidden;
	clear:both;
	width:100%;
}


#footer ul{
	text-align:center;
	width:100%;
	display: table;
	table-layout: fixed;
	padding-left:0;
}

#footer li{
	list-style-type:none;
	display: block;
	float: left;
	width:33%;
	text-align:center;
	line-height:2em;
}

@media only screen and (max-width: 480px) {
	#footer{
		height:auto;
	}
	#footer li{
		width:100%;
	}
}

#footer li a{
	color:#FFF;
}

#copyright{
/*	max-width:960px;*/
	color:#F3A0AB;
	width:100%;
	line-height:2em;
	text-align:center;
}