body {
  background: black url("side.jpg") no-repeat fixed top left;
  margin: 0;
}

div.container {
  position: fixed;
  width: auto;
  height: auto;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 36px;
  border: 1px solid gray;
  line-height: 120%;
}

div.top {
  position: fixed;
  width: auto;
  height: 22px;
  top: 3px;
  right: 2px;
  bottom: auto;
  left: 37px;
  color: white;
}

div.info {
  position: fixed;
  width: auto;
  height: 50px;
  top: auto;
  right: 3px;
  bottom: 3px;
  left: 37px;
  color: white;
  overflow: hidden;
  background-color: black;
}

div.top a {
  text-decoration: none;
  font: normal 80% arial, verdana;
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: top;
  line-height: 160%;
  color: white;
  background-color: black;
}

div.top a:hover {
  text-decoration: underline;
}

div.header a, h1{
  position: fixed;
  width: auto;
  height: 30px;
  top: 24px;
  right: 3px;
  bottom: auto;
  left: 37px;
  background: navy url("stub.jpg") repeat-x scroll center center;
  margin: 0;  
  vertical-align: middle;
  text-align: center;
  color: white;
  text-decoration: none;
  font: normal bold large "comic sans ms", "microsof sans serif";
}

div.footer {
  position: fixed;
  width: auto;
  height: 30px;
  top: auto;
  right: 3px;
  bottom: 50px;
  left: 37px;
  color: white;
  background: navy url("stub.jpg") repeat-x scroll center left;
}

div.menu {
  position: fixed;
  width: 130px;
  height: auto;
  top: 55px;
  right: auto;
  bottom: 82px;
  left: 37px;
  margin: 0;
  padding: 10px;
  color: white;
  background-color: navy;
  overflow: hidden;
}

div.menu a {
  float: left;
  min-width: 120px;
  min-height: 20px;
  text-decoration: none;
  font: normal small arial, verdana;
  text-indent: 10px;
  color: white;
  background-color: transparent;
  line-height: 160%;
  background: url("btn1.jpg") no-repeat scroll center center;
}

div.menu a:hover {
  text-decoration: none;
  font-weight: normal;
  color: white;
  background: url("btn2.jpg") no-repeat scroll center center;
}

div.menu a:active {
  text-decoration: none;
  font-weight: normal;
  color: white;
  background: url("btn3.jpg") no-repeat scroll center center;
}

div.content {
  position: fixed;
  width: auto;
  height: auto;
  top: 55px;
  right: 3px;
  bottom: 82px;
  left: 189px;
  margin: 0;
  padding: 1em;
  font-family: "microsof sans serif", "comic sans ms";
  background: navy url("back.jpg") no-repeat scroll center center;
  color: white;
  overflow: auto;
}

p.content>ul>li {
  text-align: left;
  font: normal medium "microsof sans serif", "comic sans ms";
  padding: 0 2em 0 2em;
  color: white;
}

p.content a {
  text-align: left;
  font: normal 100% "microsof sans serif", "comic sans ms";
  color: white;
}

p.content:first-letter {
  font-size: 140%;
}

div.imagepanel {
  margin-top: 2em;
  width: 123px;
  float: right;
  padding: 2px;
  color: white;
  font: normal 70% arial, verdana;
  border: 1px solid white;
  padding: 2px;
  float: right;
}

div.imagepanel p {
  float: left;
  margin: 2px;
  text-align: left;
}

div.imagepanel img {
  padding: 0;
  float: left;
  margin: 1px;
  border: 1px solid black;
}

p.slogan {
  vertical-align: middle;
  margin: 0;
  font: italic bold medium "comic sans ms", "microsof sans serif";
  text-align: center;
  color: white;
}

div.contact {
  float: left;
  padding-left: 0.6em;
  font: normal 80% "microsof sans serif", "comic sans ms";
  letter-spacing: -1px;
  line-height: 100%;
  text-align: left;
  margin: 0;
  padding-top: 4px;
}

div.copyrights {
  font: normal 70% "microsof sans serif", "comic sans ms";
  letter-spacing: -1px;
  text-align: right;
}

div.copyrights img {
  vertical-align: middle;
}

div.validators {
  float: right;
  margin-top: 2px;
  margin-left: 0.6em;
}

div.validators img {
  border: 0;
}

div.validators img:hover {
  border: 1px solid blue;
}

div.gallery {
  padding: 1em;
}

div.gallery img {
  border: 1px solid black;
}

div.gallery table {
  border: 1px solid silver;
  padding: 6px;
}

div.gallery td {
  text-align: center;
  padding: 1px;
  color: white;
  font: normal small arial, verdana;
}

p.gallery,p.gallery a {
  color: white;
  font: normal 90% arial, verdana;
}

h3 {
  margin: 0;
  color: white;
  font: normal bold medium "microsof sans serif", "comic sans ms";
}