
/* CSS Document */
#footer{
	clear:both;
	position:relative;
	top:5px;
}
#footer #links{
	clear:both;
	margin:5px 0 10px 0;
	padding:2px;
	width:894px;
	height:100px;
	border:#CCCCCC 1px solid;
}
#footer #links .banner{
	width:881px;
	height:23px;
	background:url(../images/links-b.jpg) no-repeat;
}
#footer #about{
	width:894px;
	height:20px;
	padding:5px 2px 2px;
	text-align:center;
	border:#CCCCCC 1px solid;
}
#footer #about  a{
	color:#000000;
	text-decoration:none;
	padding:1px;
}
#footer #about a:hover span{
	font-weight:bold;
	color:#0066FF;
}
#footer #info{
	margin:10px 0 15px;
	text-align:center;
	width:900px;
	line-height:1.5em;
}
