#footer {
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	line-height: 30px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	vertical-align: middle;
	text-align: center;
	font-size: .7em;
	background: #FFFFFF;
	border-top: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
} 

#footer .copy {
	width: 450px;
	float: left;
	margin-left: 12px;
	text-align: left;
}

#footer .copy a {
	color: #CC0000;
	text-decoration: none;
}

#footer .copy a:hover {
	text-decoration: underline;
}

#footer .footlinks {
	width: 450px;
	float: left;
	margin-right: 12px;
	text-align: right;
}

#footer .footlinks a {
	color: #CC0000;
	text-decoration: none;
}

#footer .footlinks a:hover {
	text-decoration: underline;
}

.footerLinks {
	padding-left: 4em;
	float: left;
}

.footerCopy {
	padding-right: 4em;
	float: right;
}

.footerCopy a {
	font-size: .8em;
	color: #CC0000;
	text-decoration: none;
}
.footerLinks a {
	font-size: .8em;
	color: #CC0000;
	text-decoration: none;
}
.footerLinks a:hover {
	text-decoration: underline;
}
.footerCopy a:hover {
	text-decoration: underline;
}
