html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .85em;
  background-color: #000;
  color: #fff;
}
body {
  margin: 0px;
  background: #000 url('images/1x1/background-gradient.svg.png');
  color: #fff;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 1em 0px;
  line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6, strong {
  color: #8bdbff;
}
a {
  color: #d69544;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
a img {
  border-style: none;
}
div#container_overall {
  width: 955px;
  margin: 25px auto 0px auto;
  background: url('images/container-background.png') no-repeat;
}
div#header {
  background: url('images/header-background.png');
  width: 955px;
  height: 156px;
}
img#logo {
  width: 223px;
  height: 113px;
  display: block;
  position: absolute;
  margin: 20px 0px 0px 30px;
}
div#slideshow {
  width: 650px;
  height: 144px;
  position: absolute;
  margin: 6px 0px 0px 300px;
  overflow: hidden;
}
img#header_glow {
  display: block;
  width: 943px;
  height: 25px;
  position: absolute;
  z-index: 50;
  margin: 6px 0px 0px 6px;
}
div#slideshow img {
  display: block;
  width: 650px;
  height: 144px;
}
div#nav_top {
  float: right;
  font-size: 16px;
  margin-top: 4px;
}
div#nav_top a {
  margin-left: 5px;
  height: 20px;
  line-height: 20px;
  display: block;
  float: left;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  padding: 0px 10px;
  font-weight: bold;
  background-image: url('images/1x1/nav-top-background.alt.svg.png');
}
div#nav_top a.current {
  background-image: url('images/1x1/nav-top-background-rolled.alt.svg.png');
  color: #d69544;
}
div#nav_top a:hover {
  color: #d69544;
}
div#left {
  width: 167px;
  float: left;
  margin: 0px 20px 20px 0px;
  background: url('images/1x1/left-background-gradient.svg.png');
  padding: 10px 10px 10px 0px;
}
div#left h2 {
  display: block;
  padding: 0px;
  margin: 0px;
  width: 167px;
  height: 23px;
  background: url('images/left-heading-background.png');
  font-size: 14px;
  font-style: italic;
  text-align: center;
  line-height: 23px;
  color: #fff;
}
div#nav_left {
  text-align: center;
}
div#nav_left a {
  display: block;
  width: 167px;
  height: 39px;
  background: url('images/nav-left-background.png');
  margin: 10px 0px;
  color: #fff;
  line-height: 39px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
div#nav_left a img.glow {
  width: 161px;
  height: 16px;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
}
div#content_left {
  border: 1px solid #fff;
  padding: 0px 10px;
  font-size: .85em;
  width: 145px;
  overflow: hidden;
}
div#content_left strong, div#content_left h2 {
  color: #d69544;
}
div#content_left a {
  color: #fff;
}
div#content_left h2 {
  display: block;
  padding: 0px;
  margin: 2px 0px 0px -8px;
  width: 161px;
  height: 37px;
  background: url('images/160x37/left-content-heading-background-gradient.svg.png');
  line-height: 37px;
}
div#content {
  padding: 20px 20px 0px 20px;
  margin-top: 1em;
  width: 718px;
  float: left;
}
div#footer {
  text-align: center;
  font-size: .85em;
  clear: both;
  padding: 1em 0px;
}
div#footer a {
  color: #fff;
}
