body {
  padding: 0px;
  margin: 0px;
  background-color: #cccccc;
}

.titleBlock {
  background-size: 1000px 563px;
  background-position: -50px -6px;
  width: 100%;
  height: 100px;
  position: relative;
}

.titleBlock p {
  position: absolute;
  font-family: 'Raleway';
  line-height: 2;
}

.titleBlock > p#chapter {
  font-size: 30px;
  top: -30px;
}

.titleBlock > p#name {
  font-size: 50px;
  top: -36px;
}

.button {
  width: 250px;
  border: 2px solid white;
  background-color: #355282;
  height: 50px;
  margin: 10px 20px 5px 20px;
  position: relative;
  font-family: 'Press Start 2P';
  color: white;
  font-size: 18px;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {
  background-color: #142346;
  cursor: pointer;
}

.button:active {
  background-color: #142346;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button #home {
  display: block;
}

.button #essay {
}

.sideBlock {
  width: 300px;
  height: 100%;
  position: absolute;
  margin: 0px 0px 0px 0px;
  background-color: #cccccc;
}

.bio {
  width: 275px;
  height: auto;
  margin: 40px auto 0px auto;
  text-align: center;
}

hr {
  border: 0;
  height: 1px;
  background: #333;
  top: -15px;
  position: relative;
}

.bio > p#intro {
  font-family: 'calibri light';
  font-size: 26px;
  line-height: 25px;
  font-weight: normal;
  margin-top: -15px;
}

.bio > p#title {
  font-family: 'calibri light';
  font-size: 20px;
  line-height: 25px;
  margin-top: -10px;
}

.bio > p#author {
  font-family: 'Raleway';
  font-size: 24px;
  margin-top: -10px;
  font-weight: 300;
}

.bio > div#body {               /* trash */
  width: 250px;
  margin: -10px auto 0px auto;
  text-align: left;
  font-size: 14px;
  font-family: 'calibri';
}

.cover {
  margin: -15px auto 0px auto;
  width: 200px;
}

.studentBio {                   /* trash */
  outline: 1px solid;
  width: 275px;
  margin: 40px auto auto auto;
  text-align: center;
  bottom: 0px;
  font-size: 14px;
  font-family: 'calibri';
}

.essayBlock {
  margin-left: 300px;
  background-color: #cccccc;
}

.essayBody {
  min-width: 600px;
  margin-right: 80px;
  background-color: white;
  padding-bottom: 60px;
}

.essayBody div#title {
  margin: 0px 30px 0px 40px;
  outline: 0px solid;
  position: relative;
  top: 30px;
  line-height: 58px;
  font-size: 60px;
  font-family: 'raleway';
  font-weight: bold;
}

.essayBody div#writerInfo {
  margin: 20px 30px 0px 90px;
  outline: 0px solid;
  position: relative;
  top: 30px;
  font-size: 24px;
  font-family: 'calibri light';
  font-weight: bold;
}

.essayBody div#essay {
  font-family: 'calibri';
  margin: 20px 30px 0px 40px;
  position: relative;
  top: 30px;
  line-height: 20px;
}

.essayBody div#endnotes {
  font-family: 'calibri';
  font-size: 12px;
  margin: 20px 30px 0px 40px;
  position: relative;
  top: 30px;
  line-height: 20px;
}

#endnotes p {
  padding: 0px;
  margin: 0px;
}

#tab {
  float: left;
  height: 5px;
  width: 50px;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.5em;
}
