html {
     overflow: -moz-scrollbars-vertical;
}

body {
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  color: #ffffff;
  background-color: #333333;
  font-family: "Times", "Georgia", "Times New Roman", "Garamond", serif;
}

#header {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 80px;
  background-color: #202020;
  color: #ffffff;
}

.headline {
  z-index: 10;
  position: absolute;
  top: 5px;
  left: 10px;
  height: 100%;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  font-variant: small-caps;
  text-align: left;
}

.headerpic {
  z-index: 5;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 480px;
  height: 100%;
}

#nav_and_content {
  position: relative;
  float: left;
  clear: left;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  min-height: 420px;
}

#navigation {
  position: relative;
  float: left;
  top: 0px;
  left: 0px;
  background-color: #454545;
  color: #fed365;
  width: 15%;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav_main_category {
  float: right;
  clear: right;
  width: 100%;
  font-weight: bold;
  text-align: right;
}

.subnavigation {
  float: right;
  clear: right;
  width: 100%;
}

.nav_sub {
  font-weight: normal;
  font-style: italic;
  padding-right: 15px;
  text-align: right;
}

#main_content {
  position: relative;
  float: right;
  top: 0px;
  right: 0px;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

#footer {
  position: relative;
  float: left;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 40px;
  width: 100%;
  background-color: #202020;
  color: #ffffff;
  text-align: right;
}

.skinselectbox {
  position: relative;
  right: 50px;
  bottom: 0px;
  float: right;
  padding: 0px;
}

a:link { color: #fed365; text-decoration: underline; font-weight: normal;}
a:visited { color: #fed365; text-decoration: underline; font-weight: normal;}
a:hover { color: #e7e7e7; text-decoration: none; font-weight: normal;}
a:active { color: #e7e7e7; text-decoration: none; font-weight: normal;}

img {
  border: 0px;
}

a img {
  margin-top: 5px;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  font-variant: small-caps;
  color: #ffa500;
  margin-top: 0px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  font-variant: small-caps;
  color: #ffd700;
  margin-top: 0px;
}

h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: bold;
  font-variant: small-caps;
  color: #ffd700;
  margin-top: 0px;
}

p {
  text-align: left;
  padding-left: 15px;
}

input {
  color: #ffffff;
  background-color: #202020;
}
input:hover {
  color: #fed365;
  background-color: #454545;
}
dl {
  padding-left: 15px;
}
dt {
  color: #ffd700;
  font-weight: bold;
}


select {
  background-color: #202020;
  color: #ffffff;
  width: 120px;
}

.infobox {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  float: right;
  clear: right;
  width: 35%;
}
.infobox_header {
  font-family: "Courier New", Courier, monospace;
  width: 100%;
  background-color: #202020;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-variant: small-caps;
  padding: 5px;
}
.infobox_content {
  font-family: "Courier New", Courier, monospace;
  width: 100%;
  background-color: #454545;
  text-align: left;
  color: #ffffff;
  padding: 5px;
}
#comm_links {
  position: relative;
  float: left;
  clear: right;
  width: 50%;
  color: #fed365;
  left: 0px;
  right: 0px;
  top: 0px;
  text-align: left;
}
.commlink {
  position: relative;
  float: left;
  clear: right;
  top: 0px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}
.container {
  padding-left: 15px;
  width: 90%;
  text-align: left;
}
.container_row {
  width: 100%;
}
.container_left {
  float: left;
  clear: right;
  width: 30%;
}
.container_right {
  float: right;
  clear: right;
  width: 70%;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.center_high {
  text-align: center;
  padding-bottom: 15px;
}