body {
  background-color: #232323; 
  background-image:url(bg.jpg);
  color: #d1d1d1; 
  font-family: Georgia; 
  font-size: 11px; 
  text-align: justify;
  letter-spacing: 0pt; 
}

img {
  border: 0px;
}

blockquote {
  color: #b6b6b6; 
  background-color: #313131;
  font-family: Georgia; 
  font-size: 11px; 
  text-align: justify;
  letter-spacing: 0pt;
  padding-left: 2px;
  border: #595884;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 5px;
  border-bottom-width: 0px;
}

/* Thank you, tutorialtastic.co.uk */
#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#navigation li {
   margin-bottom: 0px;
}
#navigation a {
   background: #232323;
   color: #ffffff;
   display: block;
   width: 100px;
   height: 15px;
   border-left: 5px solid #1a70d8;
   padding: 7px 5px 5px 7px;
}
#navigation a:hover {
   background: #232323;
   color: #fffb9b;
   text-decoration: none;
   border-left: 5px solid #fa2832;
}
/* Thank you, tutorialtastic.co.uk */

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

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

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

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

.header:first-letter {
  font-family: Georgia;
  color: #232323;
  font-size: 20px;
  text-align: left;
}


.header {
  font-family: Georgia;
  background-image:url(headerbg.gif);
  background-position: top left;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 5pt;
  line-height: 33px;
  color: #fff;
  text-align: left;
  background-color: transparent;
  padding-left: 10px;
}

em {
  color: #fa2832;
}

strong {
  color: #1a70d8;
}

u {
  background-color: #4c4942;
  color: #fff;
  border: #000;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 2px;
}

.header2 {
  font-family: Georgia;
  font-size: 11px;
  letter-spacing: 1pt;
  color: #fff;
  text-align: right;
  line-height: 10px;
  background-color: transparent;
  border: #9c9c9c;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 2px;
}


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

