html {
  background: #333;
  color: #fff;
}
body {
  font-size: .9em;
  margin: 20px 0px;
}
a {
  color: #ee2e24;
}
a:hover {
  color: #f4756f
}
a img {
  border-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Comic Sans MS', cursive;
}
h1 {
  font-size: 1.5em;
  text-align: center;
  margin: 1em 0px;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}
form td p {
  margin: 5px 0px;
}
div#container_overall {
  width: 991px;
  margin: 0px auto;
  background-color: #000;
  color: #fff;
}
div#background {
  width: 991px;
  height: 991px;
  margin-bottom: -991px;
  overflow: hidden;
  position: relative;
	filter: alpha(opacity=10);
	-moz-opacity: .10;
	opacity: .10;
}
div#background img {
  display: block;
  width: 991px;
  height: 991px;
}
div#header {
  text-align: center;
  background-color: #300;
  font-family: 'Comic Sans MS', cursive;
  height: 302px;
  padding: 5px 0px;
}
div#left {
  width: 210px;
  float: left;
  padding: 0px 10px;
  background-color: #300;
  font-family: 'Comic Sans MS', cursive;
}
div#nav_left {
  font-weight: bold;
  font-size: 19px;
  line-height: 29px;
  margin: 30px 0px 20px 0px;
}
div#nav_left a {
  display: block;
  text-decoration: none;
  color: #fff;
}
div#nav_left a:hover {
  color: #ee2e24;
}
div#contact_info {
  text-align: center;
  padding: 20px 0px;
  font-size: 21px;
}
div#contact_info span {
  display: block;
}
div#content {
  padding: 0px 20px;
  float: left;
  width: 721px;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #000;
}
div#header *, div#left *, div#content * {
  position: relative;
}
div#footer {
  clear: both;
  text-align: center;
  padding: 20px;
}
div#nav_bottom a {
  text-decoration: none;
}
div.photo_gallery {
  text-align: right;
  line-height: 1em;
}
div.photo_gallery a {
  display: block;
  width: 84px;
  height: 8em;
  overflow: hidden;
  float: left;
  text-align: center;
  text-decoration: none;
  font-size: .75em;
  margin: 0px 3px;
  color: #000;
}
div.photo_gallery img {
  width: 80px;
  height: 60px;
  border: 2px solid #000;
  display: block;
}
