div#footer {
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
	
}

div#footer p {
	font-family: Tahoma;
	font-size: 9px;
	color: #777;
	
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
	
}

div#footer a, div#footer a:link, div#footer a:visited, div#footer a:active {
	color: #264471;
	text-decoration: none;
	
}

div#footer a:hover {
	color: #5273a4;
	text-decoration: underline;
	
}