#header {
	height: 260px;
}



#footerAll {
	clear: both;
	background-image: url(../images/footer/footerBG.jpg);
	background-position: top left;
	background-repeat: repeat-x; 
	height: 146px;
	color: #666666;
	font-size: 10px;
}

#footer {
	width: 970px;
	margin: 0px auto;
	text-align: left;
}


#footer .footerLeft {
	float: left;
	display: inline;
	width: 656px;
	
	padding: 6px 0px 0px 10px;
	
	background-image: url(../images/footer/footerLeftBG.jpg);
	background-position: top center;
	background-repeat: no-repeat; 
	
	height:	146px; /* TO DELETE */	
/*	background-color: #009933; /* TO DELETE */
}

#footer .footerRight {
	float: left;
	display: inline;
	width: 304px;
	height:	146px; /* TO DELETE */	
/*	background-color: #FF0000; /* TO DELETE */
}

#footer a {
	color: #666666;
}

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

#footer .footerLeft .footerLeftMenu {
	float: left;
	width: 70%;
}

#footer .footerLeft .footerLeftCopy {
	float: left;
	width: 30%;
	text-align: right;
}
