/* html elements */
body {
  padding: 10px;
  margin: 0px;
  color: #ffffff;
  background-color: #ffe629;
  background-image: url(../lib_tpl/default/images/body_bg2.gif);
  background-position: right top;
  background-repeat: repeat-y;
  background-attachment: fixed;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
}

h1 {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  font-family: "Maiandra GD", "Berlin Sans FB Demi", arial, helvetica, sans-serif;
  font-size: 220%;
  font-weight: bold;
  letter-spacing: .05em;
  color: #67411e;
}

h2 {
  padding: 0px;
  margin: 15px 0px 5px 0px;
  font-family: "Maiandra GD", arial, helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  font-style: none;
  color: #66330f;
  letter-spacing: .05em;
}

h3 {
  padding: 0px;
  margin: 10px 0px 5px 0px;
  font-family: arial, helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #66330f;
  letter-spacing: .05em;
}

h4 {
  padding: 0px;
  margin: 5px 0px 5px 0px;
  font-family: verdana, helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #000000;
  letter-spacing: .05em;
}

p {
  margin: 0px 0px 10px 0px;
}

ul,ol {
  margin-top: 15px;
  margin-bottom: 15px;
}

li {
  margin-bottom: 5px;
  list-style-type: square;
}

a:link {
  color: #cc0000;
  background: transparent;
  text-decoration: underline;
}

a:visited {
  color: #660000;
  background: transparent;
  text-decoration: underline;
}

a:hover {
  color: #ff6600;
  background: transparent;
  text-decoration: underline;
}

/* main */
#main {
  position: relative;
  top: 0px;
  left: 5%;
  width: 80%;
  min-width: 537px;
  max-width: 800px;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  color: #000000;
  background: #ffe629;
}

/* header */
#header {
  position: relative;
  height: 92px;
  padding: 0px;
  margin: 0px;
  color: #ffff00;
  background-color: #d87d25;
  background-image: url(../lib_tpl/default/images/header_bg.jpg);
  background-position: left top;
  background-repeat: repeat-x;
}

#hdr_img_left {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 537px;
  height: 92px;
  border: none;
  z-index: 10;
}

#hdr_img_right {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 145px;
  height: 92px;
  border: none;
  z-index: 12;
}

#hdr_txt_title {
  position: absolute;
  right: 35px;
  top: 14px;
  width: 340px;
  height: 72px;
  border: none;
  color: #401000; /* #492f04; */
  background: transparent;
  z-index: 15;
  font-family: "Maiandra GD", arial, helvetica, sans-serif;
  font-size: 18pt;
  font-weight: normal;
  font-style: none;
  text-align: right;
  letter-spacing: .05em;
}

/* content */
#page_content {
  position: relative;
  min-height: 480px;
  padding: 0px;
  margin: 0px 0px 0px 42px;
  color: #000000;
  background: #ffffe1;
  border-style: none solid none solid;
  border-width: 1px;
  border-color: #a66e12;
}

#page_content_header {
  display: block;
  padding: 5px 10px;
  margin: 0px;
  color: #67411e;
  background-color: #ffe166;
  background-image: url(../lib_tpl/default/images/page_header_bg.gif);
  background-position: 0px -5px;
  background-repeat: repeat-x;
  font-family:  Uncey, Impact, "Arial Bold", arial, helvetica, sans-serif;
  font-size: 24pt;
  font-weight: normal;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: .1em;
}

#page_content_header:after {
  content: ":";
}

#page_content_body {
  max-width: 660px;
  padding: 10px;
  margin: 0px;
}

.prd_row {
  min-height: 200px;
  padding: 0px;
  margin: 20px 0px 40px 0px;
  clear: both;
}

.float_right {
  float: right;
  margin: 0px 0px 10px 10px;
}

.float_left {
  float: left;
  margin: 0px 10px 10px 0px;
}

.bordered {
  border: double 3px #a66e12;
}

/* footer */
#footer {
  position: relative;
  height: 39px;
  padding: 0px 10px;
  margin: 0px 0px 0px 42px;
  color: #ffff00;
  background: #d87c25;
  border: solid 1px #a66e12;
  font-size: 80%;
  line-height: 36px;
  text-align: center;
}

#footer_img_left {
  position: absolute;
  left: -1px;
  top: 0px;
  width: 74px;
  height: 40px;
  z-index: 10;
}

#footer_img_right {
  position: absolute;
  right: -1px;
  top: 0px;
  width: 74px;
  height: 40px;
  z-index: 10;
}

/* base */
#cpinf {
  text-align: center;
  margin: 10px 0px 20px 42px;
}

#cpinf p {
  margin-bottom: 3px;
}