/* 
    Document   : norpac
    Created on : Feb 28, 2013, 9:19:05 PM
    Author     : Josh
    Description:
        Purpose of the stylesheet follows.
*/

#pic-banner {
  width: 100%;
  height: 300px;
  border: 1px solid darkgray;
  box-shadow: 3px 3px 3px #888888;
}

section {
  border-bottom: 1px dotted lightgrey;
  padding: 1em;
}

#staff {
  margin: 1em;
  text-align: right;
}

#staff a {
  color: darkgrey;
  font-size: 0.8em;
  font-style: italic;
}

