body {
  background: #f8eee0; 
  color: #bc9d89; 
  font-family: Georgia; 
  font-size: 11px; 
  text-align: justify;
  letter-spacing: 0pt; 
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.main {
  text-align: justify;
  background: #ffffff;
}

.content {
 padding-left: 30px;
 padding-right: 30px;
}

img {
  border: 0px;
}

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

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

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

a:hover { 
  color: #fde8cb; 
  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;
  width: 115px;
  text-align: center;
  color: #000;
  letter-spacing: 0pt;
  text-decoration: none;
  font-size: 15px; 
  font-family: Georgia;
  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 {
  color: #fff; 
  letter-spacing: 0pt;
  text-decoration: none;
  font-size: 15px; 
  font-weight: bold;
  font-family: Georgia;
  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: 15px;
  font-style: italic;
  color: #e35049;
  font-weight: lighter;
}
  

h2 {
  font-family: Georgia;
  font-size: 20px;
  letter-spacing: 3pt;
  color: #e09e7e;
  font-weight: lighter;
  text-align: left;
  padding: 0 0 0 40px;
  margin: 0 0 0 0;
}

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


i,em {
  color: #d0cab2;
}

b,strong {
  color: #cbbbae;
}

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