/********** Footer ************/

#footerContainer {
	width: 100%;
	height: 74px;
	padding: 0px;
	background: #919295;
	float:left;
	/*border-bottom: 1px solid #a1a1a1;*/
	}

#footerInner {
	width: 844px;
	height: 74px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #e3e3e3;
	font-size: 1em;
	}

#footerInner #left {
	width: 224px;
	padding: 0px;
	float: left;
	}

#footerInner p#copyright {
	padding: 0px;
	margin: 12px 0px 8px 0px;
	}
	
#footerInner p#footerMenu {
	padding: 0px;
	margin: 12px 0px 8px 0px;
	}

#footerInner #right {
	width: 620px;
	padding: 0px;
	text-align: right;
	float: right;
	background: url('../images/content/circles_footer.gif') no-repeat top left;
	}

#footerInner a {
	color: #e3e3e3;
	text-decoration: none; 
	}

#footerInner a:hover {
	color: #ffffff;
	text-decoration: underline; 
	}