a:active {
	color: #40311F;
	text-decoration: none;
}
a:hover {
	color: #40311F;
	text-decoration: none;
}
a:visited {
	color: #40311F;
	text-decoration: none;
}
a {
	color: #40311F;
	text-decoration: undeline;
}
body {
	font-family: "Lucida Sans Unicode", "Century Gothic";
	font-size: 16px;
	color: #B1230C;
	margin: 0px;
	text-align: justify;
}.navigation {
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 41px;
}