body {
  margin: 0px;
  background-color: #a2a2a2;
  font-family: Ariel, Helvetica, Sans;
}


.left {
  background-image: url("backingleftside.jpg");
  background-position: right;
  background-repeat: repeat-y;
}

.right {
  background-image: url("backingrightside.jpg");
  background-position: left;
  background-repeat: repeat-y;
}


.centre {
  border-left: 1px black solid;
  border-right: 1px black solid;
  background: white;
}

.button {
  width: 12em;
  padding: 4px;
  color: white;
  border-bottom: 2px white solid;
  cursor: pointer;
}

.button  a {
  text-decoration: none;
  color: white;
}

.about-me {
  background-color: #6666ff;
}

.past-work {
  background-color: #aaaaff;
}

.things {
  background-color: #ccccff;
}

.pad {
  //width: 2em;
  //border-bottom: 2px white solid;
}

h1 {
  font-size: 16pt;
  color: gray;
  margin-right: 1em;
  border-bottom: 1px dotted grey;
}

.content {
  margin: 3em;
}

