html {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #660000;
  background-image: url("../images/bg_16x200.png");
  background-repeat: repeat-x;
  background-position: 0 128px;
}
body {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
}
h1 {
  display: none;
}
h2, h3, h4, h5 {
  margin-top: 0;
  color: #990000;
}
h2 {
  font-size: 16pt;
  font-weight: normal;
}
h3 {
  font-size: 14pt;
  font-weight: normal;
}
h4 {
  margin-bottom: 8px;
  font-size: 12pt;
}
h5 {
  margin-bottom: 8px;
  font-size: 10pt;
}
img {
  border: 0;
  clear: both;
}
table {
  border-collapse: no-collapse;
  border-spacing: 8px;
  border: 0;
  padding: 0;
  margin: 0;
}
td {
  vertical-align: top;
  padding: 0 8px 8px 0;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
td img {
  float: left;
  margin-right: 8px;
}
#header {
  position: absolute;
  top: 16px;
  width: 1000px;
  height: 288px;
  background-color: #ffffff;
  background-image: url("../../../images/header_1000x288.jpg");
}
#navigation {
  position: absolute;
  top: 304px;
  width: 1000px;
  height: 24px;
  background-color: #333333;
}
#navigation ul {
  margin: 0; 
  padding: 0 8px;
}
#navigation li {
  float: left;
  list-style: none;
}
#navigation a {
  display: block;
  margin: 1px 4px 0 4px;
  padding: 3px 8px 4px 8px;
  height: 16px;
  color: #cc0000;
  background-color: #cccccc;
  font-weight: bold;
  text-decoration: none;
  -moz-border-radius: 8px 8px 0 0;
}
#navigation a:hover {
  color: #ff0000;
  background-color: #ffffff;
  text-decoration: underline;
}
#content {
  margin: 328px 0 0 200px;
  padding: 16px;
  min-height: 600px;
}
#category {
  position: absolute;
  top: 328px;
  width: 200px;
  padding: 8px 0;
}
#category ul {
  margin: 0;
  padding: 0;
}
#category li {
  list-style: none;
  padding: 4px 8px;
  border-bottom: 1px solid #cccccc;
}
#category li li {
  padding: 0 8px;
  border: none;
  background-image: url("../images/bullet_16x16.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
#category a {
  color: #990000;
  text-decoration: none;
}
#category a:hover {
  color: #cc0000;
  text-decoration: underline;
}
#category li a {
  font-weight: bold;
}
#category li li a {
  font-weight: normal;
}
#contact {
  position: absolute;
  top: 112px;
  width: 119px;
  height: 175px;
  margin-left: 864px;
  padding: 8px;
  background-color: #cccccc;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
#footer {
  text-align: center;
  font-size: 8pt;
  padding: 8px 0;
}
