/* STUFF FOR THE FOOTER */

#footer {
	text-transform:uppercase;
        margin-left:auto; margin-right:auto; /* Tell standards compliant browsers to center within the containing div */
	/* (The containing div's text-align:center should tell IE6 to do it as well) */
	background:#000;
        width:968px;

	color:#fff;
	text-align:left;
	padding:6px 0 0 0;
}

ul#footer-nav {
	text-align:left;
	color:#999;
	margin:0 0 0 0;
	padding:0 0 0 220px;
	list-style-type:none;
	font-size:11px;
	letter-spacing:0.15em;

}

ul#footer-nav li {
	float:left;
	margin:0 25px 0 0px;
}

ul#footer-nav li.telephone {
	border-right:1px solid #666;
	padding:0 13px 0 0;
	margin:0 0 0 0;
}

ul#footer-nav li.email {
	padding:0 0 0 13px;
	margin:0 0 0 0;
}

#footer a {
	color:#999;
}
