@charset "UTF-8";
/* CSS Document */

/*====== Footer Styles ======*/

#footer {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #81A3B0;
	padding: 8px 0 0 0;
	margin: 8px 0 0 0;
}

#footer p {
	font-size: .85em;
        line-height: 150%;
	color: #888;
	text-align: center;
}

	#footer a, #footer a:visited { color: #888; text-decoration: none; }
		
		#footer a:hover { color: #888; text-decoration: underline; }
