header, nav, p {display: block;}
a {text-decoration: none; }
body  {
  font-family: Arial, Verdana, sans-serif;
  background-color: LightGray; 
  text-align: left;}
h1 {
  font-family: Arial, Verdana, sans-serif;
  color: red;
  text-align: center;}
h2 {
  font-family: Arial, Verdana, sans-serif;
  color: black;
  text-align: center;}
.header {
  margin: 40px, 0px, 20px, 0px; }
.wrapper {
  width: 1000px;
  margin: 0px auto; }
.entry {
  float: left;
  margin 10px;
  width: 300px;
  height 210px; }
.entry_left {
  width: 990px;
  height: 20px;
  float: left;  }
figure {
  display: block;
  margin: 0px;
  padding: 9px;
  text-align: center; }
figure img {
  border: 3px solid DarkGray; }
figcaption {
  padding-left: 0px;}
img.large {
  width: 950px;
  height: 600px;
  }
img.small {
  width: 250px;
  height: 160px;
  margin: 10px;
  }
img.square {
  width: 250px;
  height: 250px;
  margin: 10px;
  }
img.rect {
  width: 250px;
  height: 170px;
  margin: 10px;
  }
img.group {
  width: 500px;
  height: 250px;
  margin: 10px;
  }
img.vert {
  width: 150px;
  height: 250px;
  }
img.fifty {
  width: 200px;
  height: 270px;
  }
img.fifty-horizontal {
  width: 270px;
  height: 200px;
  }
img.fifty-horizontal-large {
  width: 350px;
  height: 270px;
  }
img.fifty-horizontal-spec {
  width: 270px;
  height: 180px;
  }
nav {
  clear: both;
  color: black;
  background-color: LightGray;
  height: 30px;
    }
nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}
nav li {
  display: inline;
  margin-right: 40px;
       }
nav li a {
  color: #000000; }
nav li a:hover, nav li a:current {
  color: #000000; }

         