#footerContainer {
	clear: both;
	margin: 0 auto;
	width: 767px;
}

#footerLeft {
	float: left;
	padding: 0;
	margin : 0;
}

#footerStripe {
	background: url(../images/footer/footer_stripe.gif) top left;
	width: 758px;
	height: 28px;
}

#footerShadow {
	float:left;
	background: url(../images/footer/footer_shadow.gif) top left;
	width: 9px;
	height: 158px;
}

#footerMain {
	background-color: #7bcc7b;
	width: 758px;
	height: 130px;
	padding: 0;
	margin : 0;
}

#footerContent {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #000;
	line-height: 15px;
	text-align: center;
	position: relative;
	top: 40%;
}

#footerContent a:link, active {
	color: #00f;
	text-decoration: underline;
}
#footerContent a:visited {
	color: #393;
	text-decoration: underline;
}





