/*
 *	My Styles
 *
 */
 footer.footer {
	margin-top: 35px;
	border: none;
	border-top: 20px solid #444444;
	background-color: #333333;
	color: #fff;
}
footer.footer p {
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0;
}
footer.footer p a,
footer.footer p a:link,
footer.footer p a:visited,
footer.footer p a:hover,
footer.footer p a:active {
	color: #919191;
}