﻿#footer {
	clear: both;
	padding: .0625em;
	border: .0625em solid #000;
	text-align: center;
	background-image: url('../images/footergradtile.jpg');
	background-repeat: repeat-x;
	margin-top: .0625em;
    }
#footer p {
	margin: 0;
	font-size: .75em;
	text-align: center;
	}
#footer a {
	color: #336633;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	background-color: #edc48f;
	}
#copyright {
	text-align: center;
	}
#copyright p {
	font-size: .75em;
	}
