body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: smaller;
}
body h1 {
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: larger;
  text-transform: none;
}
#wrapper {
  background-image: url(../images/Background.png);
  background-repeat: repeat-y;
  width: 1024px;
}
#header {
  height: 215px;
  background-repeat: no-repeat;
  background-image: url(../images/Header.png);
  width: 1024px;
}
#headerMusic {
  width: 1024px;
  height: 215px;
  background-repeat: no-repeat;
  background-image: url(../images/HeaderMusic.png);
  margin-bottom: 0px;
}
#headerMessages {
  height: 215px;
  background-repeat: no-repeat;
  background-image: url(../images/HeaderMessages.png);
  width: 1024px;
  margin-bottom: 0px;
}
#headerFullArmor {
  height: 215px;
  background-image: url(../images/HeaderFullArmor.png);
  width: 1024px;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
#headerResources {
  background-repeat: no-repeat;
  width: 1024px;
  height: 215px;
  background-image: url(../images/HeaderResources.png);
  margin-bottom: 0px;
}
#headerNAQs {
  margin-bottom: 0px;
  height: 215px;
  background-repeat: no-repeat;
  width: 1024px;
  background-image: url(../images/HeaderNAQs.png);
}
#headerContact {
  width: 1024px;
  background-position: left top;
  background-image: url(../images/contactheader.png);
  height: 215px;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
#headerAbout {
  height: 215px;
  width: 1024px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../images/HeaderAbout.png);
  margin-bottom: 0px;
}
#nav {
  background-image: url(../images/NavBar.png);
  background-repeat: no-repeat;
  width: 1024px;
  height: 51px;
  list-style-type: none;
}
#nav ul {
  margin-top: 0px;
  list-style-type: none;
  padding-top: 0px;
  color: #ffffcc;
  text-decoration: none;
}
#nav li {
  float: left;
  padding-top: 16px;
  padding-left: 3em;
  list-style-type: none;
}
#nav a:link {
  color: #ffffcc;
  text-decoration: none;
}
#nav a:visited {
  text-decoration: none;
  color: #66ffff;
}
#nav a:hover {
  color: red;
  text-decoration: none;
}
#content {
  border-style: none;
  background-image: url(../images/Background.png);
  background-repeat: repeat-y;
  height: 490px;
}
#left {
  border-style: none;
  overflow: auto;
  opacity: 0.557;
  height: 459px;
  margin-left: 19px;
  padding-left: 16px;
  position: static;
  margin-right: 0px;
  background-color: white;
  width: 400px;
  margin-top: -10px;
  padding-top: 15px;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
  padding-right: 8px;
}
#left a:link {
  text-decoration: underline;
}
#right {
  border-style: none;
  overflow: auto;
  margin-right: 29px;
  opacity: 0.557;
  padding-right: 8px;
  background-color: white;
  height: 474px;
  width: 513px;
  padding-top: 0px;
  margin-top: -10px;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  float: right;
  padding-left: 16px;
  position: static;
}
#right h2 {
  font-family: "Times New Roman",Times,serif;
  font-size: medium;
  font-weight: bold;
  text-align: left;
  text-transform: none;
  font-style: normal;
  text-decoration: underline overline;
}
#single {
  border-style: none;
  overflow: auto;
  height: 459px;
  padding-left: 16px;
  margin-right: 0px;
  width: 800px;
  padding-top: 15px;
  font-family: Arial,Helvetica,sans-serif;
  padding-right: 8px;
  opacity: 0.557;
  margin-left: 79px;
  position: static;
  background-color: white;
  margin-top: -10px;
  float: left;
  text-align: left;
}
#footer {
  border-style: none;
  height: 22px;
  font-family: "Times New Roman",Times,serif;
  color: #333333;
  text-align: center;
  font-size: smaller;
  padding-bottom: 1em;
  padding-top: 1em;
  clear: both;
}
