* {
  padding: 0;
  margin: 0;
}

body {
  text-align: center;
  margin-bottom: 0.5em;
  font-family: Verdana, Arial, serif;
  font-size: 1em;
  color: #000;
  background: #fff;
}

h1, h2 {
  font-family: Verdana, Arial, Georgia, Times, serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #f80;
  margin-bottom: 0.2em;
}

h2 {
  font-size: 1.2em;
  margin-bottom: 0.1em;
}

a {
  color: #00f;
  text-decoration: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  background: #ddf;
}

p {
  margin-bottom: 1em;
}

li {
  margin-left: 2em;
  list-style-type: circle;
}

ul {
  margin-bottom: 1em;
}

img.right {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

table.schedule {
  width: 580px;
  border: 1px #666 solid;
}

table.schedule tr {
  height: 42px;
}

table.schedule td {
  font-family: Verdana, Arial, serif;
  font-size: 0.7em;
  padding: 1px;
  text-align: center;
}

table.schedule td.back, table.schedule tr.back {
  background: #ddd;
}

table.pricelist td {
  font-family: Verdana, Arial, serif;
  font-size: 0.8em;
  padding: 0.2em 3em 0.2em 0;
  border-bottom: 1px #ccc solid;
}

table.pricelist td.right {
  text-align: right;
  padding-right: 0;
}

.separator {
  height: 1em;
}

.print-only {
  display: none;
}

#header {
  margin: 0 auto;
  position: relative;
  width: 770px;
  height: 260px;
  font-size: 13px;
  text-align: left;
  background: transparent url(images/fv_top_back.png) repeat-x;
}

#header-image-i1 {
  position: absolute;
  width: 770px;
  height: 260px;
  background: transparent url(images/fv_top_image_1.png) no-repeat 190px 0;
}

#header-image-i2 {
  position: absolute;
  width: 770px;
  height: 260px;
  background: transparent url(images/fv_top_image_2.png) no-repeat 190px 0;
}

#header-image-i3 {
  position: absolute;
  width: 770px;
  height: 260px;
  background: transparent url(images/fv_top_image_3.png) no-repeat 190px 0;
}

#header-image-i4 {
  position: absolute;
  width: 770px;
  height: 260px;
  background: transparent url(images/fv_top_image_4.png) no-repeat 190px 0;
}

#header-image-i5 {
  position: absolute;
  width: 770px;
  height: 260px;
  background: transparent url(images/fv_top_image_5.png) no-repeat 190px 0;
}

#header-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 0;
}

#header-title {
  position: absolute;
  top: 55px;
  right: 10px;
  width: 340px;
  height: 155px;
  text-align: right;
  overflow: hidden;
}

#header-title h1 {
  font-family: Georgia, Times, Verdana, Arial, serif;
  font-size: 30px;
  color: #f80;
}

#header-menu {
  position: absolute;
  top: 45px;
  left: 0;
  width: 180px;
  height: 172px;
  font-size: 13px;
  overflow: hidden;
  border-left: 1px #ccc dashed;
  border-right: 1px #ccc dashed;
}

#header-menu-items {
  position: relative;
  left: 10px;
  top: 10px;
}

#header-menu a {
  display: block;
  text-decoration: none;
  padding-left: 10px;
  color: #666;
  font-weight: bold;
  border-left: 0.8em #f80 solid;
  margin-bottom: 1px;
}

#header-menu a:hover {
  text-decoration: none;
  padding-left: 10px;
  color: #333;
  border-left: 0.8em #fa0 solid;
  background: transparent;
}

#header-languages {
  position: absolute;
  top: 25px;
  right: 15px;
  height: 20px;
  font-family: Verdana, Arial, Georgia, Times, serif;
  font-weight: bold;
  font-size: 11px;
  overflow: hidden;
}

#header-languages a {
  color: #bbb;
  margin-left: 0.5em;
  text-decoration: none;
}

#header-languages a:hover {
  color: #fff;
  text-decoration: underline;
  background: transparent;
}

#content {
  margin: 0 auto;
  text-align: left;
  width: 770px;
  position: relative;
  min-height: 260px;
	height: auto;
	_height: 260px;
}

#content-content {
  padding: 0 5px 0 185px;
  line-height: 1.5em;
  font-size: 0.8em;
  color: #333;
  min-height: 220px;
}

#content-address {
  position: absolute;
  top: 0;
  left: 0;
  width: 158px;
  font-size: 11px;
  line-height: 1.2em;
  border: 1px #989898 solid;
  background: #ddd;
  overflow: hidden;
}

#content-address-content {
  padding: 12px;
  text-align: center;
  font-weight: bold;
}

#content-address-open {
  width: 134px;
}

#content-address-open td {
  font-size: 11px;
  border-bottom: 1px #ccc solid;
}

#content-address-open td.r {
  padding-left: 5px;
  text-align: right;
}

#footer {
  margin: 0 auto;
  text-align: left;
  width: 770px;
  border-top: 3px #989898 solid;
  margin-top: 0.5em;
  padding-top: 0.3em;
  font-size: 11px;
  color: #989898;
}

#footer-content {
  position: relative;
  margin-left: 185px;
}

#footer-content span {
  position: absolute;
  right: 3px;
}

#footer-content span, #footer-content a {
  color: #989898;
  background: transparent;
  text-decoration: none;
}
