html {
  background-color: #333;
  color: #fff;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  margin: 40px 0px;
}
a img {
  border-style: none;
}
a {
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Comic Sans MS', cursive;
}
h1 {
  font-size: 1.5em;
  text-align: center;
  margin: 20px 0px;
}
h2 {
  font-size: 1.5em;
}
form td p {
  margin: 5px 0px;
}
div#container_overall {
  width: 985px;
  margin: 0px auto;
  background-color: #000;
  color: #fff;
}
div#header {
  background: #333 url('images/header/road.gif');
  height: 140px;
  overflow: visible;
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
#logo {
  margin-left: 10px;
  margin-top: -42px;
  float: left;
  margin-bottom: -42px;
  left: 0px;
  position: relative;
}
div#banner_text {
  font-family: 'Comic Sans MS', cursive;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}
div#banner_text span {
  display: block;
  font-size: 57px;
  line-height: 73px;
}
div#banner_text span.bottom {
  font-size: 48px;
  line-height: 53px;
}
#fade {
  height: 6px;
  width: 100%;
  display: block !important;
  margin-bottom: -6px;
  clear: both;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
div#left {
  width: 124px;
  float: left;
  padding: 0px 10px;
  padding-top: 42px;
  background-color: #333;
  border-bottom-color: #000;
  color: #fff;
}
div#nav_left {
  padding: 15px 0px;
  font-size: 17px;
  line-height: 45px;
}
div#nav_left a {
  display: block;
  text-decoration: none;
  color: #fff;
}
div#nav_left a:hover {
  color: #bc3f3f;
}
p#bbb {
  text-align: center;
}
div#content {
  width: 681px;
  float: left;
  padding: 0px 10px;
  background: #250d0d url("images/road-sunset.jpg") bottom no-repeat;
  color: #fff;
}
div#right {
  width: 140px;
  float: left;
  padding: 0px;
  background-color: #333;
  border-bottom-color: #000;
  color: #fff;
}
div#trailers {
  margin-top: 30px;
  text-align: center;
}
div#trailers a {
  display: block;
  margin: 20px 0px;
  color: #fff;
  text-decoration: none;
  font-size: .9em;
}
div#trailers a span {
  display: block;
}
div#footer {
  text-align: center;
  padding: 20px 0px;
  clear: both;
  font-size: .85em;
}
div#nav_bottom {
  font-weight: bold;
  padding: 0px 10px;
}
div#nav_bottom a {
  text-decoration: none;
  color: #fff;
}
div#nav_bottom a:hover {
  color: #bc3f3f;
}
div#nav_left, div#nav_bottom {
  font-family: 'Comic Sans MS', cursive;
  font-weight: bold;
}
img.header {
  margin-left: -10px;
  width: 701px;
  height: 100px;
}
