div#footer{
	width: 750px;
	height: 1.2em;
	clear: both;
	text-align: center;
	background-color:#ff9500;
	border: solid 1px #999999;
	border-width: 1px 0;
}div#copyright{
	width: 770px;
	text-align: center;
	font-size: x-small;
}


div#footer ul{
	display: inline;
	list-style: none inside;
	margin: 0 auto;
	border-left: solid 1px #ffffff;
	font-size: medium;
	line-height: 1em;
}
div#footer ul li{
	display: inline;
	list-style: none inside;
	border-right: solid 1px #ffffff;
	font-size: 70%;
	line-height: 1em;
	padding: 0 0.5em;
}
div#footer ul li a{
	line-height: 0em;
	color: #ffffff;
}