
body {
  font-family: "Trebuchet MS", serif;
  margin: 0px;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after { clear: both; }
.cf { *zoom: 1; }

.Header {
  padding: 10px;
  text-align: center;
  border-width: 0px 0px 4px;
  border-style: solid;
  border-color: #a37444;
}

.Header.Sand {
  background-image: url('../images/sand_wallpaper9.jpg');
}

.Header.Sky {
  background-image: url('../images/sky6.jpg');
}

.Header h1 {
  margin: 0px;
  font-family: "Beach Resort";
  font-size: 4em;
}

.Header p {
  margin: 5px 0px;
}

/*
div h1 {
  font-size: large;
}
*/

.LeftPanel {
  float: left;
  margin: 10px;
  width: 160px;
  padding: 15px;
}

.LeftPanel.Shaded {
  background-color: #eec8a9;
}

.LeftPanel figure {
  margin-left: 0px;
}

.LeftPanelInsert {
  margin: -15px;
  padding: 15px;
}

.LeftPanelInsert.Shaded {
  background-color: #eec8a9;
}

.MiddlePanel {
  margin-top: 10px;
  margin-left: 210px;
  margin-bottom: 10px;
  margin-right: 210px;
  border-width: 0 2px 0 2px;
  border-style: solid;
  border-color: #a37444;
  padding: 15px;
  height: 100%;
  min-width: 250px;
  font-size: 1.2em;
}

.Title {
  margin: 0px;
  font-size: 2em;
  width: 100%;
  text-align: center;
}

.Title button {
  position: absolute:
  top: 50%;
  font-size: .75em;
}

.RightPanel {
  position: absolute;
  top: 115px;
  right: 0px;
  width: 170px;
  padding: 15px;
  margin: 10px;
}

.RightPanel a {
  font-style: "font-family: sans-serif; font-size: 12px"
}https://docs.google.com/document/d/10OISO9_DtI9UUrdn2Tt8MXzs_wmJP7EXOOu5QRQHN4s/edit?usp=sharing

.RightPanel figure {
  margin-left: 30px;
}

.BodyContainer {
  position: absolute;
  overflow:auto;
  max-width: 1600px;
  min-width: 700px;
  left: 0px;
  margin:5px;
  border-style:solid;
  border-width: 4px 4px;
  border-color: #a37444;
  border-radius:10px;
  width:95vw;
}

.FloatLeft {
  float: left;
  margin: 10px;
}

.FloatRight {
  float: right;
  margin: 10px;
}
