body {
  background:#fff url('bg.gif'); 
  color: #d0d0d0; 
  font-family: Georgia; 
  font-size: 11px; 
  text-align: justify;
  letter-spacing: 0pt; 
}

.content {
  background-color: #fff; 
  padding: 0px 6px 0px 6px;
  background:#fff url('bottom.jpg') bottom no-repeat; 
}

.left, .right {
 background-color: transparent;
}

img {
  border: 0px;
}

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

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

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

a:hover { 
  color: #140c33; 
  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 {
   float: left;
}
#navigation li a {
   display: block;
   background: #fff;
   width: 116px;
   text-align: center;
   color: #5e5e5e;
   padding: 3px 0;
}
#navigation li a:hover {
   background: #5e5e5e;
   color: #fff;
   text-transform: uppercase;
}

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

h2:first-letter {
  font-weight: strong;
  font-style: italic;
  font-size: 27px;
  font-family: Georgia;
  text-transform: lowercase;
  color: #a8a4a1;
}

h2 {
  font-family: Georgia;
  font-size: 16px;
  letter-spacing: 2pt;
  color: #4b4d4c;
  text-align: center;
  padding-left: 10px;
}

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


em, i {
  color: #b27755;
}

strong, b {
  color: #f99677;
}

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