html {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center 660px;
	height: 100%;
	background-color: #ae997c;
}
body {
	margin: 0px;
	padding: 0px;
	font: 11px Tahoma, Arial, sans-serif;
}
img {
	border-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
.footer {
	height: 89px;
	position: relative;
}
.bot_nav {
	background-image: url(../images/bot_nav.gif);
	text-align: center;
	height: 32px;
	margin: 0px auto;
	padding: 7px 0px 0px;
	width: 994px;
	background-repeat: no-repeat;
	background-position: center;
}
.bot_nav li {
	display: inline;
	list-style: none;
	padding-right: 30px;
	padding-left: 30px;
}
.bot_nav a {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../images/bot_nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-right: 10px;
}
.bot_nav a:hover {
	color: #FFFFFF;
}

.bot_nav #engl {
	background-image: url(../images/bot_nav_alt_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-right: 0px;
	padding-left: 10px;
}


.copyright {
	font-size: 11px;
	color: #472710;
	text-align: center;
	padding-top: 22px;
}
#footer_cover {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../images/footer_cover.png);
	display: none;
}

