.header_sub {
  font-family:    Georgia, Times New Roman, Times, Roman;
  font-size:      24px;
  color:          #630000;
  font-weight:    bold;
  font-style:     italic;
  text-shadow:    3px 3px 2px #A0A0A0;
  text-align:     left;
  vertical-align: middle;
  padding:        0px 15px 0px 5px;
  margin:         -80px 120px 0px -10px;
  position:       relative;
  top:            70px;
  left:           0px;
/*  border:         1px solid black;*/
  width:          185px;
  height:         90px;
  overflow:       hidden;
}
.header_img {
  padding:        0px;
  margin:         -10px 0px -10px 195px;
  position:       relative;
}
.header_logo {
  padding:        0px;
}


.header_content {
  background:url('/i/header/bg.png');
  text-align: center;
  vertical-align: middle;
}
.header_top {
  background:url("/i/header/top.png") bottom repeat-x;
  height: 18px;
}
.header_bottom {
  background:url("/i/header/bottom.png") top repeat-x;
  height: 18px;
}
.header_right {
  background:url("/i/header/right.png") left repeat-y;
  width: 18px;
}
.header_left {
  background:url("/i/header/left.png") right repeat-y;
  width: 18px;
}
.header_right_top {
  background:url("/i/header/right_top.png") bottom left no-repeat;
  width: 18px;
  height: 18px;
}
.header_left_top {
  background:url("/i/header/left_top.png") bottom right no-repeat;
  width: 18px;
  height: 18px;
}
.header_right_bottom {
  background:url("/i/header/right_bottom.png") top left no-repeat;
  width: 18px;
  height: 18px;
}
.header_left_bottom {
  background:url("/i/header/left_bottom.png") top right no-repeat;
  width: 18px;
  height: 18px;
}
.header_space {
  width: 0px;
}

