/* gci footer.css */

#footer {
	clear: both;
	width: 750px;
	margin: 10px 0px 10px 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #3B436A;
	background-color: #B7BAC8;
	color: white;
	padding: 3px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: white;
	text-decoration: none;
}
	
#footer a:hover {
	color: white;
	text-decoration: underline;
}

