* {
  box-sizing: border-box;
}
body {
  z-index: 1000;
}
.header {
  text-align: center;
  background-image:url('../images/header_graphic.gif');
  background-repeat: repeat-x;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 70px;
}
h1 {
  text-align: center;
  font: 24px Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
}
h2 {
  text-align: center;
  font: 16px Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding-top: 0;
  top: 0;
  margin-top: 0;
}
.body_main_table {
  position: relative;
  margin-top: 70px;
  margin-left: -155px;
  float:right;
  width:100%;
}
.body_main_table:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  padding: 5px;
}
.links {
  width: 150px;
  float:left;
  z-index: 100;
}
.links-bottom-small {
  font-size: 8pt;
  text-align: center;
  float: left;
  margin: 0 15px 15px 0;
  position: absolute;
  bottom: 0;
}
.content {
  margin-left: 155px;
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
  .links {
    margin-top: 10px;
    width: 100%;
  }
  .content {
    width: 100%;
  }
}
.footer {
  background-image:url('../images/footer_graphic.gif');
  background-repeat: repeat-x;
  position: fixed;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.align-right {
  float:right;
  margin: 0 0 15px 15px;
}
.align-left {
  float:left;
  margin: 0 15px 15px 0;
}
.align-center {
  text-align: center;
}
textarea {
  font-family: monospace;
}
.biopic {
  width: 250px;
  float: right;
  padding: 10px;
  margin-top: 10px;
}
.story_extract {
}
.instructions {
  font-style: italic;
}
