/***********
STYLES FOR FOOTER
***********/

#footerWrapper {
	width: 100%;
	height: 100px;
	float: left;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	
	width: 840px;
	height: 40px;
	
	background-color: #fff;

	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #575757;
	
	float: right;
}


#footerLogo {
	width: 130px;
	padding-top: 1px;
	padding-bottom: 30px;
	
	float: left;
	vertical-align: bottom;
	background: url(../images/footerBG.gif) repeat-x;
}
.footerLogoImage {
	margin: 0px;
	padding: 0px;
}


#footerLegal {
	width: 680px;
	margin-left: 30px;
	height: 40px;
	
	padding-top: 30px;
	background: url(../images/footerBG.gif) repeat-x;
		
	color: #575757;
	
	float: left;
	text-align: left;
	vertical-align: bottom;
}

#footerLegal a {
	text-decoration: none;
	color: #ec7e94;
	
}

#footerLegal a:hover {
	text-decoration: none;
	color: #9f2d46;
	
}