body {
  background: #c7c88e url('bg.gif') repeat-y; 
  color: #3e4303; 
  font-family: Georgia; 
  font-size: 11px; 
  text-align: justify;
  letter-spacing: 0pt;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.content {
 padding-left: 5px;
 padding-right: 5px;
 text-align: justify;
}

img {
  border: 0px;
}

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

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

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

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

/*Thank you, tutorialtastic.co.uk */

#navigation {
  list-style: none;
  margin: 0; padding: 0;
}
#navigation li a {
  display: block;
  width: 250px;
  text-align: right;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0pt;
  text-decoration: none;
  line-height: 15px;
  font-size: 25px; 
  font-family: Arial Black, Arial;
  font-weight: bold;
  cursor: help;
  padding: 3px 0;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
#navigation li a:hover {
  width: 250px;
  text-align: right;
  text-transform: uppercase;
  color: #bdba5d;
  letter-spacing: 0pt;
  text-decoration: none;
  font-size: 25px; 
  font-family: Arial Black, Arial;
  font-weight: bold;
  cursor: help;
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
/*Thank you, tutorialtastic.co.uk */

h2:first-letter {
  font-family: Georgia;
  font-size: 40px;
  letter-spacing: 3pt;
  text-transform: lowercase;
  line-height: 1px;
  line-height: 15px;
  font-style: italic;
  color: #c17f8d;
  font-weight: lighter;
}
  

h2 {
  background: url('h2-bg.gif');
  font-family: Arial;
  font-size: 20px;
  letter-spacing: 3pt;
  color: #fdffd8;
  font-weight: lighter;
  text-align: left;
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
}

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


i,em {
  color: #ffe141;
}

b,strong {
  color: #000;
}

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

