@charset "UTF-8";
/* CSS Document */
			
#footer {
	float: left;
	margin-top: 50px;
	color: #aaa;
	width: 900px;
	height: 100px;  /* sets overall height of nav portion of footer */
	background-color:#fff;
	padding:0;
	}
#footer ul {
	float: left;
	font-size: .7em;
	color: #aaa;
	width: 110px;  /*sets distance between each category */
	}		
#footer ul:hover {
	color: #000000;
	}
#footer .title {
	margin-top: 5px; /* sets distance from top of nav portion of footer */
	display: block;
	padding: 0 0 6px 30px;
	font-weight: bold;
	}	
#footer li {
	display: block;
	padding: 0 0 5px 30px;  /*pushes all line items same distance */
	line-height: 120%;
	list-style-type: none;
	width: 120px;
	}		
#footer a {
	color: inherit !important;
	color: #aaa;
	text-decoration: none;
	}	
#footer a:hover {
	text-decoration: underline;
	color: #000000;
	}
	
#credits p {
	font-size: .7em;
	color:#CCCCCC;
	float: right;
	margin-right: 20px;
	margin-bottom: 25px;
	}
	
	 /*order = top/right/bottom/left */