body {
  background: #727169 url('bg.jpg'); 
  color: #fff; 
  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: #727169;
}

.bg {
  background: url('bg2.jpg') repeat-y;
  padding-left: 40px;
}
img {
  border: 0px;
}
a:link { 
  color: #d78a5d; 
  letter-spacing: 0pt;
  text-decoration: none;
  text-align:justify;
  font-size: 11px; 
  font-weight: bold;
  cursor: help;
}

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

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

a:hover { 
  color: #829eb6; 
  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: 150px;
  text-align: center;
  color: #fff;
  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 {
  background: url('bg-navigation.jpg') no-repeat;
  color: #b1b1b6; 
  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: #d78a5d;
  font-weight: lighter;
}
  

h2 {
  font-family: Tahoma;
  font-size: 20px;
  letter-spacing: 3pt;
  background: url('header-bg.jpg') no-repeat;
  text-transform: uppercase;
  line-height: 70px;
  color: #fff;
  font-weight: lighter;
  text-align: left;
  padding: 0 0 0 150px;
  margin: 0 0 0 0;
}

h3 {
  font-family: Georgia;
  font-size: 11px;
  letter-spacing: 1pt;
  color: #e3e3e3;
  text-align: right;
  line-height: 10px;
  border: #d78a5d;
  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: #d4d2bb;
  font-size: 11px; 
  background: #727169; 
  font-weight: normal;
  text-decoration: none;
  font-family: Georgia; 
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #d4d2bb; 
}

