@charset "iso-8859-1";
html, body, ul, li, h1, h2, h3, h4 {
  margin: 0px;
  padding: 0px;
  color: #DBDBDB;
  list-style: none;
}
h1 img {
  display: block;
}
img {
  border: 0px;
}
p {
  margin: 0.5em 0px;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: #eee;
  text-decoration: underline;
}
.left {
  float: left;
}
.right {
  float: right;
}
.more {
  text-align: right;
}
.clear {
  clear: both;
}
body {
  background: #580000;
  font: 12px arial, sans-serif;
}

#nav-top li {
  display: inline;
}

#nav {
  background: top left url(images/nav_left.gif) no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1006px;
  text-align: LEFT;
  z-index: 15;
}
#nav div {
  background: top right url(images/nav_right.gif) no-repeat;
  padding: 0 10px;
}
#nav ul {
  background: top left url(images/nav_bg.gif) repeat-x;
  padding: 10px 0 10px 0px;
}
#nav li {
  display: inline;
}
#nav a {
  font-weight: normal;
}

#body {
  margin-left: 10px;
  padding-top: 30px;
  width: 900px;
}

#body h2 {
  font-weight: normal;
  font-size: 15px;
}
#body h2 em {
  font-size: 20px;
  font-family: serif;
}

#black-tl { width: 100%; background: black top left url(images/black_tl.gif) no-repeat; }
#black-tr { width: 100%; background: top right url(images/black_tr.gif) no-repeat; }
#black-bl { width: 100%; background: height: 510px; bottom left url(images/black_bl.gif) no-repeat; }
#black-br { width: 100%; background: bottom right url(images/black_br.gif) no-repeat; }

#black-tl {
  margin-left: 2px;
  margin-top: 6px;
  width: 960px;
  position: relative;
}
#black-bl {
  padding: 4px 0px 10px 20px;
  position: relative;
}

.black-box {
  float: left;
  width: 290px;
  margin-right: 20px;
  margin-left: 1px;
}
.black-box h2 {
  font-size: 13px;
  font-weight: normal;
}
.black-box h2 em {
  font-size: 18px;
  font-family: serif;
}
.black-box .more {
  color: red;
}
