html {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000;
  color: #fff;
  font-size: .8em;
  line-height: 1.5em;
}
body {
  margin: 0px;
}
h1, h2, h3, h4, h5, h6, p {
  margin: .5em 0px;
}
p {
  margin-bottom: 1em;
}
h1 {
  font-size: 1.5em;
  line-height: 1.5em;
}
h2 {
  font-size: 1.3em;
  line-height: 1.3em;
}
h3 {
  font-size: 1.1em;
  line-height: 1.1em;
}
a img {
  border-style: none;
}
a {
  color: #dc364e;
}
div#container_overall {
  width: 932px;
  padding: 0px 28px;
  margin: 0px auto;
  background: url('images/container-background.jpg') no-repeat;
  min-height: 195px;
  margin-top: 50px;
}
div#header {
  margin-bottom: 15px;
}
img#logo {
  width: 220px;
  height: 84px;
  display: block;
  float: left;
  margin-top: 9px;
}
div#nav_top {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  float: right;
  margin-top: 38px;
  margin-right: 5px;
}
div#nav_top a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-top: 37px;
  margin-left: 19px;
  float: left;
}
div#nav_top a:hover {
  color: #ec1c24;
}
div#nav_top a.current {
  background: url('images/nav-top-decoration.png') no-repeat center center;
}
img#header_decoration {
  display: block;
  width: 877px;
  height: 7px;
  margin-left: 57px;
  clear: both;
}
div#footer {
  text-align: center;
  width: 985px;
  margin: 0px auto;
}
div#footer a {
  color: #fff;
}
div#home_nav {
  background: url('images/nav-background.png');
  width: 719px;
  height: 518px;
  position: relative;
  float: left;
  margin-right: -40px;
  overflow: hidden;
}
div#home_nav a {
  display: block;
  position: absolute;
}
div#home_nav img {
  display: block;
}
div#right {
  float: right;
  width: 245px;
  position: relative;
  overflow: visible;
  margin-top: 30px;
}
div#pink_box {
  background: url('images/pink-box.png');
  padding: 7px 16px 11px 10px;
  width: 224px;
  height: 122px;
  color: #000;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.35em;
}
div#pink_box div.spacer {
  width: 119px;
  height: 45px;
  margin-left: -5px;
  margin-right: 5px;
  float: left;
}
div#pink_box h2 {
  font-size: 1em;
  text-align: center;
  text-transform: none;
}
div.photo_gallery {
  text-align: right;
  margin: .5em 0px;
}
div.photo_gallery img {
  width: 152px;
  height: 94px;
}
