body {
  background-color: #fff; 
  color: #000; 
  font-family: Arial; 
  font-size: 11px; 
  text-align: justify;
  letter-spacing: 0pt; 
}

.dyk 
{
  list-style-image: url('/wtd/bullet.png');
}

#top {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px 0px 0px 0px;
  border: 0px;
  background: #d9d180;
  background-image: url(/wtd/skins/1/top-bg.jpg);
  height: 291px;
  }

html>body #top {
  height: 291px;
  }

#headerimage {
  position: absolute;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px;
  }

#left {
  position: absolute;
  top: 291px;
  left: 0px;
  margin: 0px;
  padding: 10px;
  border: 0px;
  background: #fff;
  width: 150px;
  }

html>body #left {
  width: 150px; 
  }

#middle {
  position: absolute;
  padding: 10px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 0px;
  background: #fff;
  top: 291px;
  margin: 0px 150px 0px 150px; 
  }

#right {
  position: absolute;
  top: 291px;
  right: 0px; 
  margin: 0px;
  padding: 10px;
  border: 0px;
  background: #fff;
  width: 130px;
  }

html>body #right {
  width: 130px
  }

/* Thanks to Tutorialtastic.co.uk! */

#navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #c72018;
}
#navigation li {
  margin-bottom: 2px;
}
#navigation a {
  color: #999883;
  display: block;
  width: 150px;
  padding: 10px 0 10px 13px;
  border-top: 1px solid #c72018;
  background: url(/wtd/blood.gif) no-repeat center left;
}
#navigation a:hover {
   color: #c72018;
   text-decoration: none;
   background: url(/wtd/blood-alt.gif) no-repeat center left;
}

/* Thanks to Tutorialtastic.co.uk! */

img {
  border: 0px;
}

blockquote {
  color: #000; 
  background-color: #eeeac7;
  font-family: Arial; 
  font-size: 11px; 
  text-align: justify;
  letter-spacing: 0pt;
  padding: 5px 0 5px 5px;
  border: #c2b767;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 5px;
  border-bottom-width: 0px;
}

a:link { 
  color: #d62925; 
  letter-spacing: 0pt;
  text-decoration: none;
  text-align:justify;
  font-size: 11px; 
  background-color: transparent;
  font-weight: bold;
  cursor: help;
}

a:active { 
  color: #7d7e5f; 
  letter-spacing: 0pt;
  text-decoration: none;
  text-align:justify;
  font-size: 11px; 
  background-color: transparent;
  font-weight: bold;
  cursor: help;
}

a:visited { 
  color: #7d7e5f; 
  letter-spacing: 0pt;
  text-decoration: none;
  text-align:justify;
  font-size: 11px; 
  font-weight: bold;
  cursor: help;
}

a:hover { 
  color: #b91c25; 
  letter-spacing: 0pt;
  text-decoration: none;
  text-align:justify;
  letter-spacing: 1px;
  font-size: 11px; 
  font-weight: lighter;
  cursor: help;
}

h2 {
  font-family: Georgia;
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 5pt;
  line-height: 14px;
  color: #bab58d;
  text-align: right;
  background-color: transparent;
  padding-right: 0px;
  border: #000;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 2px;
}

h3 {
  font-family: Georgia;
  font-size: 11px;
  letter-spacing: 1pt;
  color: #c12518;
  text-align: right;
  line-height: 10px;
  background-color: transparent;
  border: #e1d790;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 1px;
}


em, i {
  color: #c7c068;
}

strong, b {
color: #b02916;
}

textarea, input {
  color: #b02916;
  background: transparent;
  font-size: 11px; 
  font-weight: normal;
  text-decoration: none;
  font-family: Arial; 
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #000; 
}

