/*#footer {
	width: 0 auto;
	clear: both;
	text-align: center;

}

#footer a {
	color: #369;
	font-weight: normal ;
	background-color: inherit;
}

#footer a:hover {
	text-decoration: none;
	color: #369;
	background-color: inherit;
}

#footer UL {
	margin : none;
	padding-bottom : 0px;
	padding-left : 6px;
	padding-right : 6px;
	display : inline;
	padding-top : 0px;

}
#footer UL LI {
	background-image : none;
	padding-bottom : 0px;
	padding-left : 6px;
	padding-right : 6px;
	display : inline;
	padding-top : 0px;

}*/

#footer {
	text-align: center; 
	border-top:1px solid #369; 
	padding: .5em 0
}
#footer a {
	color: #369;
	font-weight: normal ;
	background-color: inherit;
}

#footer a:hover {
	text-decoration: none;
	color: #369;
	background-color: inherit;
}
#footer ul {
	margin: 0 auto;
}
#footer ul li {
	display: inline;
	padding:0 6px;
	background-image:none;
	marging : 3px;
}
