html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .85em;
}
body {
  margin: 0px;
}
h1, h2, h3, h4, h5, h6, p {
  margin: .5em 0px;
}
ul {
  margin-top: .5em;
  margin-bottom: .5em;
}
h1 {
  font-size: 1.3em;
  line-height: 2em;
  padding: 0px .35em;
  margin-left: -.35em;
  background: url('images/1x1/heading-background.alt.svg.png');
  display: block;
  float: left;
}
span.header_fix {
  display: block;
  height: 0px;
  clear: right;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
a img {
  border-style: none;
}
div#header {
  width: 949px;
  margin: 0px auto;
  background: url('images/1x1/header-background.alt.svg.png');
  padding: 9px 12px 12px 9px;
}
img#logo {
  width: 253px;
  height: 99px;
  margin-top: 10px;
  margin-left: 5px;
  float: left;
}
div#address {
  float: left;
  width: 110px;
  padding-left: 8px;
  padding-top: 40px;
}
img#slideshow_frame {
  width: 573px;
  height: 119px;
  display: block;
  float: left;
  margin-right: -564px;
  position: relative;
  z-index: 1;
}
div#slideshow {
  width: 552px;
  height: 98px;
  overflow: hidden;
  margin-top: 9px;
}
div#slideshow img {
  display: block;
  width: 552px;
  height: 98px;
}
div#bottom  {
  background: url('images/1x1/bottom-background.alt.svg.png');
  padding: 12px 15px 15px 12px;
  width: 950px;
  margin: 0px auto;
}
div#content {
  background: url('images/content-background.jpg') no-repeat;
  min-height: 365px;
  padding: 1px 20px 10px 20px;
}
div#nav_top {
  float: right;
  font-weight: bold;
  margin: 15px 10px 1em 0px;
}
div#nav_top a {
  float: left;
  margin-left: 10px;
  text-decoration: none;
  padding-left: 12px;
  height: 23px;
  padding-top: 5px;
  display: block;
  color: #000;
}
div#nav_top a.current {
  background: url('images/nav-top-decoration.png') no-repeat top left;
}
div#nav_left {
  font-weight: bold;
  float: left;
  margin: 15px 30px 20px -10px;
}
div#nav_left a {
  color: #000;
  display: block;
  padding-left: 16px;
  height: 23px;
  padding-top: 6px;
  text-decoration: none;
}
div#nav_left a.current {
  background: url('images/nav-left-decoration.png') no-repeat center left;
}
div#footer {
  background: url('images/1x1/footer-background.alt.svg.png');
  width: 957px;
  margin: 0px auto;
  padding: 3px;
  font-size: .85em;
  text-align: center;
}
div.photo_gallery {
  text-align: right;
  line-height: 1em;
  margin: 1em 0px;
}
div.photo_gallery a {
  display: block;
  width: 142px;
  height: 112px;
  font-size: .85em;
  overflow: hidden;
  float: left;
  text-align: center;
  text-decoration: none;
  margin: 3px;
}
div.photo_gallery img {
  width: 110px;
  height: 110px;
  border: 1px solid #000;
  display: block;
}