/* CSS Document */

#footer {
	width:100%;
	position:relative;
	border-top:1px solid #000;
	border-right:none;
	border-bottom:none;
	border-left:none;
	padding:15px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:85%;
	line-height:150%;
}

#footer ul {
	list-style-type:none;
	width:590px;
	float:left;
}

#footer li {
	display:inline;
	margin:0 1px 0 1px;
}

#footer p {
	float:right;
	width:250px;
	text-align:right;
}

#footer a {
	color:#000;
	text-decoration:none;
}

#footer a:link, #footer a:visted {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
	text-decoration:none;
	background-color:#CCC;
}

#footer a:active, #footer a:focus {
	color:#000;
	text-decoration:none;
	background-color:#999;
}