body {
  background-color: #6699ff;
  color: #d5e3ff;
  font-family: "Veranda", Arial, sans-serif;
  background-image: url("resources/gradientblue.jpg");
}   
header{
  background-color: #000066;
  color: white;
  background-image: url("resources/bigfish.gif");
  background-position: center;
}
h1{
  height: 200%;
  text-align: center;
  font-size: 3em;
  padding: 10px;
  line-height: 150%;
  text-shadow: #ccc;
}
nav{
  font-weight: bold;
  float: left;
  width: 150px;
}
nav ul{
  list-style: none;
}
nav a{
  text-decoration: none;
}
nav a:link{
  color: #3262a3
}
nav a:hover{
  color: #ccc;
}
nav a:visited{
  color: #6699ff;
}
main{
  margin-left: 180px;
  padding-right: 20px;
  padding-bottom: 20px
}
.category{
  font-weight: bold;
  background-color: #fff;
  color: #003366;
  font-size: 1.1em;
  text-shadow: 1px 1px 1px #666;
}
footer{
  font-size: .70em;
  font-style: italic;
  padding: 10px;
  margin-left: 180px;
}
#wrapper {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  min-width: 700px;
  max-width: 1024;
  background-color: #fff;
  color: #000066;
}
img{
  border: none;
}
footer nav{
  text-align: left;
}
header, nav, main, footer {display: block;}
