#foot {
	background:url('../images/footer-bg-rust.jpg') no-repeat;
	clear: both;
	text-align: center;
	margin: auto;
	padding: 5px 0px 5px 0px;
	position:relative;
	z-index: 5;
}

#subnav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
}

li {
	float: left;
	padding: 5px 11px 0px 11px;
	margin: 0px 0px -2px 0px;
	text-align: center;
}

#subnav a:link {
	color:#ffffff;
	text-decoration:none;
}

#subnav a:visited {
	color:#ffffff;
	text-decoration:none;
}

#subnav a:hover {
	color:#ece9df;
	text-decoration:none;
}

#subnav a:active {
	color:#ece9df;
	text-decoration:none;
}

#copyright {
	background-color: #c7bca0;
	clear: both;
	text-align: center;
	margin: auto;
	padding: 8px 0px 8px 0px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color:#000000;
}

#copyright a:link {
	color:#000000;
	text-decoration:none;
}

#copyright a:visited {
	color:#000000;
	text-decoration:none;
}

#copyright a:hover {
	color:#ece9df;
	text-decoration:none;
}

#copyright a:active {
	color:#ece9df;
	text-decoration:none;
}