html {
  background-color: #dbd4c1;
  color: #000;
}
body {
  margin: 20px 0px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
a img {
  border-style: none;
}
a {
  color: #1772c2;
}
a:visited {
  color: #0f4b80;
}
a:hover {
  color: #0f4b80;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #0f4b80;
}
h1 {
  font-size: 1.75em;
  text-align: center;
  margin: 10px 0px;
}
form td p {
  margin: 5px 0px;
}
div#container_overall {
  width: 965px;
  margin: 0px auto;
  border: 10px solid #e4e4e4;
  background-color: #f7eccb;
  color: #001f40;
}
div#container_inner {
  width: 959px;
  border: 3px solid #8b6969;
}
div#nav_locations {
  height: 30px;
  vertical-align: middle;
  font-size: 20px;
  font-family: Comic Sans MS, cursive;
  font-weight: bold;
}
div#nav_locations a {
  color: #1772c2;
  text-decoration: none;
  margin: 0px 9px;
}
div#nav_locations a:hover {
  color: #0f4b80;
}
div#header {
  clear: both;
}
div#movie {
  float: left;
  width: 320px;
  height: 256px;
  background-color: #000;
}
img#logo_home {
  float: left;
  margin: 2px -322px 0px 2px;
  top: 5px;
  left: 5px;
  position: relative;
  z-index: 1;
}
img#logo {
  float: left;
  background-color: #dbd4c1;
  padding: 46px 2px 45px 2px;
  z-index: 1;
}
a#newsletter {

}
img#banner {
  float: left;
  width: 639px;
  height: 240px;
}
img#decoration {
  margin-top: -5px;
}
div#nav_top {
  text-align: center;
  font-weight: bold;
}
div#nav_top a {
  text-decoration: none;
  color: #0f4b80;
  margin: 0px 11px;
}
div#content {
  clear: both;
  padding: 0px 10px;
}
div#footer {
  clear: both;
  padding: 5px 5px 15px 5px;
  font-size: .8em;
  border-top: 3px solid #8b6969;
}
div#google_api {
  width: 959px;
  margin-left: -10px;
  height: 600px;
}
div#home_bottom {
  position: relative;
  font-size: 16px;
  margin: 0px -10px;
  overflow: hidden;
}
div#home_bottom div {
  float: left;
  height: 180px;
}
div#home_bottom div img {
  display: block;
}
div#home_bottom div div {
  float: none;
  height: auto;
  position: absolute;
  top: 0px;
  text-align: right;
  width: 252px;
  padding: 0px 40px;
}
div#home_bottom div div a {
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1772c2;
}
div#home_bottom div div a:hover {
  text-decoration: underline;
}

