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

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
body {
	background-color: #5280C5;
	color: #003366;
	font-family: 'Oswald', sans-serif;
	background-image: url("fishcreek-images/gradientblue.jpg");
}
header {
	background-color: #000066;
	color: #FFFFFF;
	background-image: url("fishcreek-images/bigfish.gif");
	background-position: center;
	background-repeat: no-repeat;	
}
header, nav, main, footer {
  display: block;
}
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;
	font-size: 3em;
	padding: 0.2em;
	text-shadow: #CCCCCC;
}
nav {
	font-weight: bold;
	padding: 5px;
	float: left;
	width: 180px;
	height: 250px;
	background-size: 200px;
	background-color: #EAE5E5;
}
nav ul {
    list-style-type: none;
  }
nav ul li a {
    text-decoration: none;
}
nav a:link {
  color: #000066;
}
nav a:hover {
  color: #3262A3;
}
nav  a:visited {
  color: #5280C5;
}
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 {
	margin-left: 180px;
	padding: 1em;
	font-size: .70em;
}
#wrapper {
	min-width: 700px;
	margin: 0 auto;
	background-color: #FFFFFF;
	color: #000066;
}
#img {
	border: none;
}
main {
	padding-left: 10px;
	padding-right: 10px;
}
* { 
	box-sizing: border-box;
}
