body {
  background: #000;
  color: #fff;
  font-family: Verdana;
  font-size: 10pt;
  margin: 0px;
  text-align: center;
}
#main {
  z-index: 2;
  width: 700px;
  margin: 0px auto;
  text-align: left;
  background: url("images/PLANXIII.png") no-repeat -10px 50px;
}
#content {
  margin: 10px 0px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 0px 10px;
  border-top: 1px solid #700;
  border-bottom: 1px solid #700;
}
#navigation {
  background: #400;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: 1px solid #700;
  border-bottom: 1px solid #700;
  text-align: center;
  margin-top: 10px;
  padding: 5px;
  font-size: 10pt;
}
#navigation ul {
  margin: 0px;
  padding: 0px;
}
#navigation li {
  list-style-type: none;
  display: inline;
}
#navigation li a {
  background: url("images/diag.gif");
  padding: 5px 10px;
  text-decoration: none;
  color: white;
}
#navigation li a:hover {
  background: #900;
}
#header {
  height: 180px;
}
#header h1 {
  display: none;
}
#footer {
  font-size: 8pt;
  background: #400;
  clear: both;
  border-top: 3px solid #fff;
  text-align: center;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: 1px solid #700;
  border-bottom: 1px solid #700;
  margin-bottom: 10px;
  padding: 5px;
}
#footer a {
  color: #C00;
}
.pictures {
  text-align: center;
}
.pictures div {
  clear: both;
  margin-left: 15px;
}
.pictures img,img.display {
  border: 1px solid #700;
  padding: 2px;
  margin: 5px;
}
.pictures div img {
  float: left;
}

h1 {
  padding: 5px;
  background: #400 url('images/diag.gif');
  font: normal 18pt Georgia, Arial, sans-serif;
  clear: both;
}
h2 {
  text-align: center;
  font: normal 14pt Georgia, Arial, sans-serif;
  clear: both;
}
a {
  color: #C00;
}
hr {
  border: 0;
  height: 2px;
  background-color: #FFF;
}
