@charset "utf-8";
#container {
	font-family: Calibri, Candara;
	font-size: medium;
	background-color: #B7AE80;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#container #nav li {
	display: inline;
	padding-right: 55px;
	padding-left: 55px;
}
#container #body h1 {
	text-indent: 15px;
}
#container #body h3 {
	text-indent: 10px;
}


a:link {
	color: #800000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #800000;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B7AE80;
}

#container #body p {
	padding-right: 10px;
	padding-left: 15px;
}

#container #footer p {
	text-align: center;
}
#container #footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
