/* Stylesheet for the page headers */

/* Fixed absolute positioning */
div#header-top {
  position: absolute;
  width: 100%;
  height: 86px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
div#image01 {
  background: transparent url(images/header_01.gif) no-repeat top left;
  position: absolute;
  width: 96px;
  height: 86px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: 0;
  border: 0;
  padding: 0;
}
div#image03 {
  background: transparent url(images/header_03.gif) no-repeat top left;
  position: absolute;
  width: 362px;
  height: 53px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 96px;
  margin: 0;
  border: 0;
  padding: 0;
}
div#image04 {
  background: transparent;
  position: absolute;
  width: 60px;
  height: 53px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 458px;
  margin: 0;
  border: 0;
  padding: 0;
}
div#imageback {
  background: transparent url(images/header_05.gif) repeat-x top left;
  position: absolute;
  width: 100%;
  height: 86px;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 86px;
}
div#header-bottom-left {
  position: absolute;
  width: auto;
  height: 33px;
  top: 57px;
  right: auto;
  bottom: auto;
  left: 96px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}
div#header-bottom-right {
  position: absolute;
  width: auto;
  height: 33px;
  top: 57px;
  right: 0;
  bottom: auto;
  left: auto;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}
div#page {
  position: absolute;
  width: 100%;
  height: auto;
  top: 86px;
  right: auto;
  bottom: auto;
  left: 0;
  margin: 0;
  border: 0;
  padding: 0;
}
div#search {
  position: absolute;
  width: 135px;
  height: auto;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 550px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-variant: small-caps;
  text-align: left;
  color: #ffffff;
}
div.normal {
  font-variant: normal;
  font-weight: normal;
}

