#outerWrapper #header {
  background-color: #ddd;
  background-image: url(../images/james_gregory_northern_lights.jpg);
  border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  height: 340px;
  line-height: 15px;
  padding: 0px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
