#footer {
	font-family: Century Gothic, Arial;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

	#footer h2 {
		width: 00px; height: 57px; margin: 0 0 10px 0;
		background-color:#99CCFF; text-indent: -9999px;
	}
	
	#footer ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 60px;
	margin-left: 0;
	}
		#footer ul li {
			display: inline;
		}
			#footer ul li a {
	display: block;
	float: left;
	height: 40px;
	color: #000033;
	text-decoration: none;
	font-size: 30px;
	background-color:#99CCFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: left 0px;
	font-weight: normal;
	margin-right: 20px;
			}
			#footer ul li a.email { background-position: 0 0; }
			#footer ul li a.twitter { background-position: 0 -50px; }
			#footer ul li a.facebook { background-position: 0 -100px; }
			#footer ul li a.digg { background-position: 0 -150px; margin: 0; }
			
			#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
			}
	
	#footer p.copyright {
		clear: both; float: right; margin: 0 40px 0 0;
		font-size: 11px; color: #827161;
	}
		
.clear:after {
	content: "";
	display: block; visibility: hidden; clear: both;
}
	.clear { zoom: 1; }
