#footer {
	float: left;
	width: 920px; 
	background: #0A1B2E; 
	margin: 0;
	padding: 20px;
	border-top-width: 4px; 
	border-top-style: solid; 
	border-top-color: #99CC33; 
	color: #446699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding-left: 240px;
}

#footer li.first {
	width: 30px;
	border-left-width: 0px;
	font-weight: 600;
}

#footer li {
	float: left;
	width: 45px;
	padding: 0 16px 0 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #446699;
}

#footer a.first, #footer a.first:visited {
	text-decoration: none;
	color:#558833;
}

#footer a.first:active, #footer a.first:hover {
	text-decoration: underline;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #FCFCFC;
}

#footer a:active, #footer a:hover {
	text-decoration: underline;
}

#footer p {
	font-size: 10px;
	color: #FCFCFC;
	float: left;
	padding-top: 10px;
	width: 920px;
}

