html {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: serif;
  color: #fff;
  background: #000 url('../images/apocalypse/background.jpg') no-repeat fixed center center;
  margin: 0px;
  padding: 0px;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
p,h1,h2,h3,h4,li {
  background: #111;
  border: 1px solid #E4B54D;
  padding: 10px;
  margin: 15px;
  color: #E4B54D;
}
li li {
  border: none;
}
a:link {
  text-decoration: none;
  color: #A04202;
}
a:visited {
  text-decoration: none;
  color: #A04202;
}
a:hover, a:active {
  text-decoration: underline;
  color: #A04202;
}
img {
  border: 0px;
  vertical-align: middle;
}
div.hr hr {
  display: none;
}
#mainbody {
  width: 70%;
  padding: 0px;
  margin: auto;
  position: relative;
  text-align: left;
  z-index: 2;
}
#sitetitle {
  padding: 0px;
  margin: 0px;
  position: relative;
}
#sitetitle h1 {
  background: url('../images/apocalypse/title.png') no-repeat top center;
  border: none;
  height: 165px;
  padding: 0px;
  margin: 0px;
  }
#sitetitle h1 span {
  display:none;
}
#navigation {
  background: #111;
  border: 1px solid #E4B54D;
  color: #E4B54D;
  padding: 0px;
  margin: 5px 0px;
  width: 150px;
  z-index: 3;
  float: left;
  clear: left;
}
#navigation a {
  color: #E4B54D;
}
#navigation a:visited {
  color: #E4B54D;
}
#navigation a:hover, a:active{
  color: #E4B54D;
  text-decoration: none;
}
#navigation ul {
  margin: 0px;
  padding: 0px;
}
#navigation li {
  background: url('../images/apocalypse/skull.png') no-repeat top left;
  font-family: serif;
  font-style: bold;
  list-style: none;
  font-size: 1.2em;
  line-height: 32px;
  margin: 0px;
  padding: 0px;
  border: none;
}
#navigation li li {
  font-size: 1em;
  padding: 0px;
}
#navigation li a {
  width: 120px;
  padding: 0px 0px 0px 30px;
}
#navigation li.mainselected {
  background: url('../images/apocalypse/skull_red.png') no-repeat top left;
}
#navigation li.subselected {
  background: url('../images/apocalypse/skull_red.png') no-repeat top left;
}
#navigation li.submenu {
  background: url('../images/apocalypse/skull_green.png') no-repeat top left;
}
#hnavigation {
  display: none;
}
#hsubnavigation {
  display: none;
}
#search {
  background: #111;
  border: 1px solid #E4B54D;
  color: #E4B54D;
  padding: 0px 0px 10px 0px;
  margin: 5px 0px;
  width: 150px;
  text-align: center;
  float: left;
  clear: left;
}
#switcher {
  background: #111;
  border: 1px solid #E4B54D;
  color: #E4B54D;
  padding: 0px 0px 10px 0px;
  margin: 5px 0px;
  width: 150px;
  text-align: center;
  float: left;
  clear: left;
}
#pagecontent {
  position: absolute;
  left: 151px;
  text-align: justify;
  z-index: 2;
}
#pagetitle {
  margin: 0px;
  padding: 0px;
  overflow: auto;
}
#content1 {
  overflow: auto;
}
#copyright {
  background: #111;
  border: 1px solid #E4B54D;
  padding: 10px;
  margin: 15px;
  color: #E4B54D;
  font-style: italic;
  font-size: 0.8em;
}
#extraDiv1 {
  background: url('../images/apocalypse/leftside.png') repeat-y;
  position: fixed;
  width: 150px;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#extraDiv2 {
  background: url('../images/apocalypse/rightside.png') repeat-y;
  position: fixed;
  width: 150px;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.counter {
  text-align: center;
}
.paraleft {
  width: 45%;
  text-align: center;
}
.pararight {
  width: 45%;
  text-align: center;
}
