/* Design Styles for Footer Elements */

#footer { 
clear:both;
font-size:0.91em;
margin:0 auto 20px;
padding:13px 0 10px 29px;
width:782px;
background: #E5E5E5 none;
}

	#footer div {
		display: inline;
	}
	
	#footer a {
		color: #4B4B4B;
		text-decoration: none;
	}

	#copyright { }

	#footerNavigation {
		margin-left: 10px;
	}

	#credit {
		left: 538px;
		margin-left: 156px;
	}


