/* -------------- Footer ----------------- */
#footer {
    clear:both;
	width:923px;				/* was 956 */
	margin-right:auto;
	margin-left:auto;
/*	padding:1.5em 0 .5em 0; */
	background: #2f2f2f;
	color:#b8b7bf;
	font-size:12px;
	line-height:14px;
	text-align:center; 
	letter-spacing:-.05em;  /* max kerning reduction in ie = .-0.5em !! */
	}

* html  footer { letter-spacing: -1px; } 

#footer a {
	color:#adadad;
}
#footer a:visited {
	color:#438DE2;
}
#footer a:hover {
	color:#4355CC;
}
/* ----- Top half of footer --*/
#footNav {
	padding:.5em 0;

}

#footNav  li {
	display:inline;
	padding:0 .5em;
}


#footLinks {
	align:center;				/* was width 956 */
 	background: #6b6b6b url('../images/footer/bgFooter.jpg') no-repeat scroll 0 0;
	border-top:solid 1px #6C62C5;
    color:#b8b7bf;
	list-style:none;
	font-size:x-small;
	padding:1.5em 0 1em 0;
	}

#footLinks a, #footLinks a:visited {
    color:#b8b7bf;
}
#footLinks a:hover, #footLinks a:active{
   color:White;

}

#f2Copyright {
	padding-bottom:.7em;
	color:#95949A;
	
}
#f2Snowolf {
}

