body {
  background: #292d30 url('bg.jpg'); 
  color: #faebee; 
  font-family: Georgia; 
  font-size: 11px; 
  text-align: justify;
  letter-spacing: 0pt;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.content {
 background: #5f0101 url('table-bg.jpg') no-repeat; 
 padding-left: 5px;
 padding-right: 5px;
 text-align: justify;
}

.footer {
 background: #5f0101; 
 padding-left: 5px;
 padding-right: 5px;
 text-align: justify;
}
 

.left {
 background: url('left.jpg') no-repeat;
 width: 442px;
 height: 572px;
}

img {
  border: 0px;
}

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

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

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

a:hover { 
  color: #d57e37; 
  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;
  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: #5f0101;
  letter-spacing: 0pt;
  text-decoration: none;
  font-size: 25px; 
  font-family: 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: #dddddd;
  font-weight: lighter;
}
  

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

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


i,em {
  color: #f7c389;
}

b,strong {
  color: #ba5819;
}

textarea, input {
  color: #fff;
  font-size: 11px; 
  background: #5f0101; 
  font-weight: normal;
  text-decoration: none;
  font-family: Georgia; 
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #2e0100; 
}
