html {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #eee;
  background: #340B6B url('../images/artdeco/background.png') repeat-y top center;
  margin: 0px;
  padding: 0px;
}
a:link {
  text-decoration: none;
  font-weight: bold;
  color: #eee;
}
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #eee;
}
a:hover, a:active {
  text-decoration: underline;
  font-weight: bold;
  color: #eee;
}
img {
  border: 0px;
  vertical-align: middle;
}
hr {
  height: 1px;
  color: #eee;
  background-color: #222;
}
#sitetitle {
  padding: 0px;
  width: 600px;
  height: 350px;
  top: 0px;
  left: 50%;
  margin-left: -300px;
  position: absolute;
  z-index:3;
}
#sitetitle h1 {
  background: url('../images/artdeco/marquee.png') no-repeat;
  width: 600px;
  height: 350px;
  padding: 0px;
  margin: 0px;
  }
#sitetitle h1 span {
  display:none
}
#navigation {
  display: none;
}
#hnavigation {
  position: absolute;
  top: 211px;
  left: 50%;
  margin-left: -285px;
  padding: 0px;
  color: #a00;
  width: 570px;
  text-align: center;
  z-index: 4;
}
#hnavigation a {
  color: #a00;
}
#hnavigation a:visited {
  color: #a00;
}
#hnavigation a:hover, a:active{
  color: #000;
  text-decoration: none;
}
#hnavigation ul {
  display: inline;
}
#hnavigation ul.mainmenu {
  margin-left: 0px;
  padding-left: 0px;
}
#hnavigation ul.mainselected {
  margin-left: 0px;
  padding-left: 0px;
}
#hnavigation li {
  display: inline;
  list-style: none;
  line-height: 1.3em;
  font-size: 1.1em;
  padding: 0px 3px;
}
#hnavigation a.mainselected {
  color: #000;
}
#hsubnavigation {
  position: absolute;
  top: 245px;
  left: 50%;
  margin-left: -285px;
  padding: 0px;
  color: #a00;
  width: 570px;
  text-align: center;
  z-index: 4;
}
#hsubnavigation a {
  color: #a00;
}
#hsubnavigation a:visited {
  color: #a00;
}
#hsubnavigation a:hover, a:active{
  color: #000;
  text-decoration: none;
}
#hsubnavigation ul {
  display: inline;
}
#hsubnavigation ul.submenu {
  margin-left: 0px;
  padding-left: 0px;
}
#hsubnavigation ul.subselected {
  margin-left: 0px;
  padding-left: 0px;
}
#hsubnavigation li {
  display: inline;
  list-style: none;
  line-height: 1.2em;
  font-size: 1em;
  padding: 0px 3px;
}
#hsubnavigation a.subselected {
  color: #000;
}
#search {
  position: fixed;
  width: 135px;
  height: 100px;
  background: #EAE0CC;
  border: solid 1px #111;
  color: #000;
  bottom: 10px;
  left: 10px;
  z-index: 5;
  text-align: center;
}
#pagecontent {
  background: #222;
  position: absolute;
  width: 550px;
  top: 350px;
  left: 50%;
  margin-left: -300px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  font-size: 0.8em;
  text-align: justify;
  z-index: 5;
}
#pagetitle {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-top: -83px;
  margin-left: -285px;
  padding: 0px;
  color: #a11;
  width: 570px;
  text-align: center;
}
#pagetitle h2{
  font-size: 2em;
}
#copyright {
  border-top: solid 1px #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
#switcher {
  position: fixed;
  width: 220px;
  height: 30px;
  background: #EAE0CC;
  border: solid 1px #111;
  color: #000;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  text-align: center;
  line-height: 30px;
}
#extraDiv1 {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 555px;
  z-index:2;
}
#extraDiv1 span{
  position: absolute;
  display: block;
  width: 100%;
  height: 555px;
  background: url('../images/artdeco/header.png') no-repeat top center;
}