html, body {
  background-color: #000066;
  color: white;
  font-family: serif;
  text-align: center;
  font-size: 12pt;
}

h1, h2, h3, p.subheader { font-family: arial, sans-serif; }
#directing_nav { float: left; margin-left: 90px; }
#stunts_nav { float: right; margin-right: 90px; }
#picture_bar { clear: both; }

#header_bar { 
  padding-bottom: 10px;
  border-bottom: 20px solid #336699;
}

.header_left {
  float: left;
  margin-right: 10px;
}

.header_right {
  float: right;
  margin-left: 10px;
}

div.sidenav { 
  text-align: center;
  font-size: 80%;
  width: 9em;
}

ul.navlist {
  list-style-type: none;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-family: arial, sans-serif;
  font-size: 80%;
}

ul.navlist li { 
  display: block;
  margin: 5px 0px 5px 0px;
  border: 1px solid #336699;
}

ul.navlist li a {
  color: white;
  text-decoration: underline;
  display: block;
  padding: 2px;
}

ul.navlist li:hover {
  background-color: #336699;
}

p.update_emphasized:before {
  content: '*';
}

p.update_emphasized {
  color: #ff8800;
}

#picture_bar {
  height: 66px;
}
