#mainbody {
  position: absolute;
  top: 70px;
  left: 10px;
  right: 10px;
  z-index: 1;
}

body {
  font-family:	Helvetica,sans serif;
  background-color: #ffffff;
  color: #000000;
}
h1 {
  margin-right:	auto;
  margin-left:	auto;
  width:		30%;
}
p {
  color: #000000;
}
img {
  border: 1px solid black;
}
.section {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid black;
  background-color: #e0e0e0;
}
.left {
  margin: 10px 210px 10px 20px;
}
.right {
  margin: 10px 20px 10px 210px;
}
.section:after {
  clear: both;
  content: '';
  display: block;
}
.leftfloat {
  float: left;
}
.rightfloat {
  float: right;
}

#navbar {
  position: fixed;
  top: 5px;
  left: 10px;
  right: 10px;
  height: 39px;
  background: #ccc;
  color: #000;
  border-style: solid;
  border-width: 2px;
  text-align: right;
  z-index: 10;
}

#navbar ul {
  margin: 11px 10px 11px 10px;
  padding: 0px 0px 0px 0px;
}

#navbar ul li {
  font-family: sans-serif;
  padding: 2px 2px 2px 2px;
  margin: 2px 2px 2px 2px;
  font-size: 16px;
  list-style-type: none;
  border: 1px black solid;
  display: inline;
  background: #ddd;
}

#navbar ul li:hover {
  background: #7ff;
  color: #000;
}

#navbar ul a { color: #000000; }

#navbar img {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
  float: left;
  border-style: none;
}

#navbar a {
  text-decoration: none;
}

