body {
  margin: 0;
  border: 0;
  padding: 0;
  font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a:link {
  color: #33C;
  text-decoration: none;
}
a:visited {
  color: #33C;
  text-decoration: none;
}
a:hover {
  color: #33C;
  text-decoration: none;
  font-weight: bold;
}
#content a:link {
  color: #33C;
  text-decoration: none;
}
#content a:visited {
  color: #33C;
  text-decoration: none;
}
#content a:hover {
  color: #33C;
  text-decoration: none;
  font-weight: bold;
}
#header {
  color: white;
  padding: 10px;
}
#header #navigation {
  float: right;
  background: white;
  padding: 5px;
  opacity: .85;
  filter: alpha(opacity=85);
  filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=85, Style=0);
  color: black;
  position: absolute;
  top: 0px;
  right: 0px;
}
#content {
  border-top: #000 solid 3px;
  border-bottom: #000 solid 3px;
  background: white;
  padding: 10px;
  opacity: .75;
  filter: alpha(opacity=75);
  filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=75, Style=0);
}
#footer {
  color: white;
  padding: 10px;
  text-align: right;
  font-style: italic;
}

img {
  padding: 5px;
  /*z-index: 10;
  opacity: 1;*/
}

