/******* Basic Tags *******/

body {
  background: #ffffff;
  color: #fff;
  font: 0.7em/180% "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  margin: 0;
  margin-left: 0px;
  padding: 0;
  text-align: center; /* be nice to IE */
}

/******* Basic Layout *******/

#wrapper {
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  width: 653px;
}

#top {
  background: transparent url("../images/header.jpg") no-repeat 0px 0px;
  height: 127px;
  position: relative;
  top: 0px;
  width: 653px;
}

#middle {
  background: #fff;
  float: left;
  position: relative;
  top: 0px;
  left: 0px;
  width: 408px;
}

.lhs {
  clear: none;
  position: relative;
  color: #333333;
  border: none;
  left: 0px;
  top: 10px;
  width: 448px;
}

#rhs {
  background: #f9f7f7;
  clear: none;
  left: 460px;
  width: 194px;
  position: absolute;
  top: 10px;
}

#bottom {
  background: #f7e2d4;
  clear: both;
  float: left;
  overflow: visible;
  padding: 10px 0;
  padding-bottom: 50px;
  margin-bottom: 30;
  position: relative;
  width: 448px;
  top: 30px;
}

/******* Top *******/


#top p {
  display: none;
}

#mainnavi {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 17px;
  position: absolute;
  top: 90px;
  width: 450px;
  float: left;
}

#mainnavi li {
  display: block;
  float: left;
  padding: 5px 0.7em;
}

#mainnavi li a {
  background: transparent url("../images/navi.gif") no-repeat 50% 40px;
  color: #5aae61;
  font: 150% Sans, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
  padding-bottom: 12px;
  float: left;
  display: block;
}

#mainnavi li a:hover {
  background: transparent url("../images/navi_hover.gif") no-repeat 50% 40px;
  background-position: 50% -29px;
  color: #c76d67;
}

#mainnavi li a:active {
  color: #5aae61;
}

#home #mainnavi #thome a,
#john #mainnavi #tjohn a,
#paul #mainnavi #tpaul a,
#elfs #mainnavi #telfs a{
  background-position: 50% -29px;
  color: #5aae61;
}

/******* LHS *******/

.lhs p {
  color: #666666; 
}

.lhs h1 {
  font-size: 160%;
  font-weight: normal;
  color: #fe4f0c;
}

.lhs a {
  position: absolute;
  border-top: 1px solid #F0F7D0;
  text-decoration: underline;
}

.lhs h2 {
  font-size: 120%;
  color: #666666;
  padding: 10px;
  margin-bottom: 5px;
}

.lhs h3 {
  background: transparent url("../images/bg_section.gif") no-repeat 25px 90%;
  font-size: 160%;
  font-weight: bold;
  color: #bb739b;
  padding: 15px 25px;
}

.lhs h4 {
  font-size: 120%;
  color: #73a3bb;
  padding: 0px;
  margin-bottom: 0px;
}

.thumbnailitem {
  position: relative;
  padding-left: 50px;
}

.thumbnailitem img {
  position: absolute;
  top: 5px;
  margin-left: -42px;
}

.thumbnailitem h1{
  font-size: 160%;
  font-weight: normal;
  color: #bb739b;
}

.thumbnailitem p{
  margin-top: -1em;
  font-size: 100%;
  font-weight: normal;
  margin-right: 10px;
  color: #000000;
}

/******* RHS *******/

#rhs h2 {
  background: #e6e4e4;
  font: 100% Sans, Verdana, Helvetica, sans-serif;
  color: #333333;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 29px;
  margin: 0;
  padding: 0em 15px;
  position: relative;
  height: 29px;
}

#rhs p,
#rhs ul,
#rhs dl {
  color: #666666;
  list-style: none;
  margin: 0;
  padding: 0;
}

#rhs p {
  padding: 10px 15px;
}

#rhs .more {
  border-bottom-color: #e3e2e2;
}

#rhs li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
}

#rhs li a {
  color: #666666;
  display: block;
  padding: 4px 15px;
  text-decoration: none;
}

#rhs li a:hover {
  color: #c76d67;
  background: #f2f0f0;
}


#rhs li a:active {
  background: #00cc00;
  color: #e3e2e2;
}


/******* Bottom *******/

 #bottom h4 a {
  color: #8281A7;
}

#bottom p {
  color: #8281A7;
  margin: 0;
  padding: 0 20px;
  float: left;
}

#bottom p a {
  border-bottom: 1px dotted #7A81BE;
}