/**
* Footer on all pages
*
*/

/* -------------------------------------- */

#siteWrapperEND {
	width:738px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image:url(../images/bgWrapperFooter.jpg);
	background-repeat:no-repeat;
	border:none;
	height:20px;
}

#siteWrapperEND a { padding-top:5px;color:#000000;text-decoration:none; font:.76em;}
#siteWrapperEND a:hover {color:#666666;}

#footerWrapper {
	position:relative;
	background-image:url(../images/footer.jpg);
	width:717px;
	height:76px;
	text-align:center;
	background-repeat: no-repeat;
	
	}

.footerWrapperCenter {
	position:relative;
	width:550px;
	height:auto;
	text-align:center;
	margin: 0 auto;
	padding-top:17px;
	font-size:8px;
}
 	

.footerWrapperCenter  a { margin:15px 0px 8px 15px; color:#666666;text-decoration:underline; font:.76em;}
.footerWrapperCenter  a:hover {color:#000000;}
	
	   

		
