body {
  border: 0;
  margin: 0;
}

#main {
  font-size: 20px;
  font-family: sans-serif;
  background-color: #ececec;
  height: 100%;
}

#top {
  background-color: rgb(6, 21, 8);
  width: 100%;
  height: 350px;
}

#avatarBox {
  height: 100%;
  float: right;
}

#avatar {
  height: 100%;
}

#titleTextBox {
  float: right;
  margin-top: 120px;
}

#titleText {
  color: rgb(71, 117, 119);
  font-size: 80px;
  font-weight: bold;
}

#bottom {
  padding-top: 25px;
}

.subsection {
  float: left;
  width: 50%;
}

.heading {
  font-size: 26px;
  font-weight: bold;
}

.subsectionRow {
  clear:both;
  overflow:hidden;
  padding: 0 0 10px 10px;
}

.subsectionRowLabel {
  float: left;
  padding: 15px 15px 15px 0;
  width: 200px;
}

.subsectionRowEmbed {
  float: left;
  padding: 15px 15px 15px 0;
}

.subsectionRowList {
  float: left;
}

.subsectionRowList ul {
  margin: 0;
  width: 100%;
  font-size: 16px;
}

.link {
  color: #111;
  font-weight: bold;
}

.link:visited {
  color: #666;
  font-weight: bold;
}

.audioBox {
  padding: 0;
}
