@charset "utf-8";
/* Footer */

#footer {
	background:#333333;
/*	border-top:1px solid #999999; */
	clear:both;
	color:#FFFF99;
	font:10px "Times New Roman", Times, serif;
	width:100%;
}
	

#footer ul {
	list-style:none;
}

#footer li {
	display:inline;
/*	border-right: 1px solid #C8DCC2; */
	padding:.3em 2%;
}

/* End Footer */

