/* Standard Configuration */

body {
  margin: 0px;
  padding: 0px;
  background-color: #fdc689;
}

img {
  border: 0px;
}

a, a:hover, a:visited, a:active {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

/* Main Elements */

#container {
  position: relative;
  margin: 10px auto 0 auto;
  width: 740px;
}

#page {
  width: 740px;
  background: url(../images/bg_page_00.gif) top left repeat-y;
}

.clear_l {
  clear: left;
}

/* Detail configuration */

/* Header */

#header {
  width: 740px;
  height: 100px;
  background: url(../images/bg_page-top_00.gif) top left no-repeat;
}

#h_img {
  margin: 2px 40px;
}

#h_top, #h_bottom {
  position: absolute;
}

#h_top {
  left: 165px;
  top: 20px;
  color: #0080ff;
  font-size: 12pt;
  font-weight: bold;
}

#h_top span {
  color: #4a4d59;
  font-size: 14pt;
}

#h_bottom {
  left: 165px;
  top: 67px;
  width: 550px;
  text-align: right;
  color: #fff;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
}

/* Navigation */

#navigation {
  float: left;
  margin: 22px 0px 0px;
}

#navigation ul {
  width: 160px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #000;
}

#navigation li {
  width: 160px;
  margin: 0px 0px 0px 1px;
  padding: 0px;
}

#navigation a {
  display: block;
  width: 151px;
  padding: 5px 4px 5px;
  border-top: 1px solid #000;
  background-color: #e3d2c0;
  text-align: right;
  text-decoration: none;
}

#navigation a:hover {
  background-color: #e8dab7;
}

#navigation a.active {
  background-color: #EBCF89;
}

/* Content */

#content {
  width: 450px;
  margin: 0;
  padding: 0px 10px 0px 200px;
}


#content ul {
  list-style-image: url(../images/bg_list_00.gif);
}

/* Footer */

#footer {
  width: 740px;
  height: 35px;
  padding: 8px 0px 0px;
  background: url(../images/bg_page-bottom_00.gif) bottom left no-repeat;
}

#f_link {
  float: left;
  display: block;
  width: 160px;
  margin: auto 5px auto;
  background-color: #a99986;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

#f_text {
  font-size: 10pt;
  font-weight: bold;
}

