#footer {
	padding-top: 2em;
	background: #5b5b5b;
	min-height: 40px;
}

#footer .inside {
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 20px;
}

#footerContent {
	font-size: .7em
}

#footerContent p {
	margin-bottom: 0;
}

#footerCopyright {
	float: left;
}

#footer a {
	color: #f6f6f6;
	text-decoration: none;
}

#footerLogo a {
	font-family: "Hurricane";
    font-size: 1.5em;
    margin-right: 4px;
    letter-spacing: .04em;
}

#footerLegal {
	float: right;
	color: #f6f6f6;
}