#footer {
	position: relative;
	*height: 1%;
	clear: both;
	color: #7d7978;
	}
	#footer #seal {
		position: absolute;
		top: -110px;
		left: 45px;
		z-index: 99;
		width: 95px;
	}
	#copyright {
		float: left;
		padding: 9px 8px 8px 10px;
		border-top: 3px solid #e5e5e5;
		border-right: 1px solid #fff;
		background: #efefef;
		font-size: .83em;
	}
	#footerNavigation {
		float: right;
		border-top: 3px solid #e5e5e5;
		width: 599px;
		background: #efefef;
		}
		#footerNavigation ul {
			float: right;
			list-style: none;
			padding: 8px 15px 9px 0;
			margin: 0;
			font-size: .91em;
			}
			#footerNavigation ul li {
				float: left;
				color: #352e2c;
				}
				#footerNavigation ul li a {
					text-decoration: none;
					color: #352e2c;
					}
					#footerNavigation ul li a#footerSelected {
						font-weight: bold;
					}
					#footerNavigation ul li a:hover {
						text-decoration: underline;
					}
	
		
		
	
