*|body {
  font-family: "Encode Sans Condensed";
  font-size: 14px;
  color: #ffffff;
  background-color: #000000;
  /*position: relative;*/
  padding-bottom: 6;
  min-height: 100%;
}
*|p {
  width: 80%;
}
*|li {
  list-style-type: none;
  line-height: 150%;
}
*|h1 {
  font-family: "Encode Sans Condensed";
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
*|h2 {
  font-family: "PLATSCH";
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
*|h3 {
  font-family: "Encode Sans Condensed";
  color: #000000;
}
*|h4 {
  font-family: "Encode Sans Condensed";
  color: #ffffff;
}
*|h5 {
  font-family: "Encode Sans Condensed";
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
*|a:link {
  font-weight: bold;
  color: #92bb9e;
}
*|li *|a:link {
  font-weight: bold;
  color: #92bb9e;
  text-decoration: none;
  font-size: 18px;
}
*|a:visited {
  color: #92bb9e;
  font-weight: bold;
}
*|li *|a:visited {
  font-weight: bold;
  color: #92bb9e;
  text-decoration: none;
}
*|a:hover {
  font-size: 20px;
  color: #81e8a1;
  font-weight: bold;
}
*|li *|a:hover {
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #81e8a1;
}
*|a:active {
  font-weight: bold;
  color: #92bb9e;
}

#navigation {
	position: fixed;
	z-index: 15;
	margin-top: 300px;
}
#banner {
	position: absolute;
	z-index: 10;
	width: 750px;
	margin-top: 0px;
}
#centerDoc {
	position: absolute;
	z-index: 15;
	padding: 0 0 20px 20px; /*top right bottom left*/
	margin-top: 250px;
	margin-left: 300px;
}
.footer {
	position: absolute;
	z-index: 20;
	text-align: center;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1;
}
