#airlock {
width: 750px;
margin: auto;
}

#header {
  height: 90px;
  background: #999999 url('header.jpg') no-repeat;
  background-position: top;
}

#top-paginator {
  width: 320px;
  height: 25px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

#contactform {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.column {
  float: left;
  width: 80px;
}

.about-box {
  background: #ffffff;
  padding: 10px;
  border: 2px solid #000000;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: justify;
}

.bio-box {
  background: #ffffff;
  padding: 10px;
  height: 205px;
  border: 2px solid #000000;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: justify;
}

.bio-pic-right {
  width: 150px;
  height: 200px;
  float: right;
  border: 2px solid #000000;
  margin-left: 15px;
}

.bio-pic-left {
  width: 150px;
  height: 200px;
  float: left;
  border: 2px solid #000000;
  margin-right: 15px;
}


#bottom-paginator {
  width: 320px;
  height: 25px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

#top-paginator.button {
  width: 80px;
}
#bottom-paginator.button {
  width: 80px;
}

#footer {
  background: #999999 url('menubar.jpg') no-repeat;
  width: 750px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
  text-transform: lowercase;
  padding-top: 2px;
  font-size: 12px;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height: 20px;
}

a img {
  border: none;
}


#menu {
  background: #999999 url('menubar.jpg') no-repeat;
  width: 750px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
  text-transform: lowercase;
  padding-top: 2px;
  font-size: 12px;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height: 20px;
}

#menu a {
  color: #ffffff;
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
}

#content {
  width: 750px;
  margin: auto;
}

#comic {
  padding-top: 0px;
}

#comic img {
  width: 750x;
  height: 600px;
}

body {
  background: #999999;
  color: #392E37;
  width: 800px;
  margin: auto;
}

h1 {
  text-align: center;
  font-size: 22px;
}

h2 {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #28382b;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

form input {
  margin: 5px;
  border: 1px solid #555555;
  vertical-align: middle;
}

form input:focus {
  border: 1px solid #000000;
}

form textarea {
  margin: 5px;
  border: 1px solid #555555;
}

form textarea:focus {
  border: 1px solid #000000;
}

label {
  font-size: 11pt;
  font-weight: bold;
}
