@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
body {
	background-color: #FFFFFF;
	color: #003366;
	font-family: 'Oswald', sans-serif;
}
header {
	background-color: #003366;
	color: #F0F0F0;
	font-family: 'Times New Roman', serif;
	text-align: center
}
h1 {
	line-height: 250%;
	text-indent: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: center;
	background:url("fishcreek-images/bigfish.gif");
	background-position: center;
	bacground-repeat: no-repeat;
}
nav {
	font-weight: bold;
	background-size: 200px;
	padding: 5px;
	text-indent: 3em;
	background-color: #5280C5;
	text-align: center;
}
dt {
	color: #5280C5;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Times New Roman', serif;
}
.category {
	font-weight: bold;
	color: #5380C5;
	font-family: 'Times New Roman', serif;
	font-size: 1.1em;
	text-shadow: 1px 1px 1px #667;
}
footer {
	font-size: .70em;
	font-style: italic;
	text-align: center;
	background-color: #AEC3E3;
}
#wrapper {
	min-width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F0F0F0;
}
#img {
	border: none;
}
main {
	padding-left: 10px;
	padding-right: 10px;
}
footer nav {
	background-color: #F0F0F0;
}