/* FOOTER DIVs */

#footer {
	width: 780px;
	margin-right:auto;
	margin-left:auto;
	padding: 0;
}

#footerleft {
	margin: 0;
	padding: 0;
	float: left;
	height: 176px;
	width: 131px;
	display: inline;
	background: url('/images/footer_shadLeft.jpg') no-repeat top left;	
}

#footermiddle {
	margin: 0;
	padding: 0;
	float: left;
	width: 519px;
	height: 96px;
	display: inline;
}


#footermiddlespacer {
	border-top: 80px solid #fff;
	padding: 0;
	margin: 0;
	float: left;
	width: 519px;
	height: 166px;
}

#footergraphic {
	margin: 0;
	padding: 0;
	float: left;
	height: 96px;
	width: 519px;
	display: inline;
	background: url('/images/footer_shadMid.jpg') no-repeat top left;	
	padding-top: 2px;
	color: #fff;
	text-align: center;
	font-size: 85%;
}

#footergraphic a {
	color: #fff;
}

#footergraphic a:hover {
	text-decoration: none;
}

#footerright {
	margin: 0;
	padding: 0;	
	float: left;
	width: 130px;
	height: 176px;
	display: inline;
	background: url('/images/footer_shadright.jpg') no-repeat top left;	
}

#footerspacer {
	margin: 0;
	padding: 0;
	height: 80px;
	width: 519px;
	display: block;
}