body,td,th {
	font-family: lucida sans, serif;
	font-size: 10px;
  color: #7a8857;
  background-color: black;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 140%;
  background-image: url(pics/back.gif);
  background-attachment: fixed;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 550px;
  background-color: #bfcdbc;
  bord-left: 1px solid #f6d89c;
    bord-right: 1px solid #f6d89c;
  
  
}


#header {
	width: 550px;
	height: 500px;
	background-color: transparent;
	background-image: url(pics/header.jpg);
   background-repeat: no-repeat;
}


#content {
  float: left;
  width: 450px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0px;
  text-align: justify;
  background-image: url(pics/back_content.jpg);
  background-repeat: no-repeat;
    min-height: 300px;
  height: auto !important;
  height: 300px;
}

#footer {
	clear: both;
	width: 550px;
	height: 150px;
  background-color: transparent;
   background-image: url(pics/back_footer.jpg);
  background-repeat: no-repeat;
}


.title {
   font-family: "courier new", sans-Serif;
   font-size: 22px;
   letter-spacing: 10px;
   color: #e7f0da;
   text-align: center;
   margin-top: 20px;
   padding-bottom: 5px;
   width: 450px;
  border-bottom: 1px solid #c5d6c3;
  text-transform: lowercase;
}


.center {
margin: 0 auto;
text-align: center;
}

.right {
text-align: right;
font-size: 9px;
}

img {
 border: 0;
}

a img {
 border: 0;
}

.affi_img {
  padding-right: 4px;
  display: inline;
  text-align: center;
  }

#content a  {
  font-size: 10px;
  text-decoration: none;
	color: #e6edd3;
  border-bottom: 1px solid #cad1b7;
}

#content a:hover {
text-decoration: none;
	color: white;
  border-bottom: 1px solid white;
  
}



blockquote {
text-align: center;
background-color: transparent;
  border-top: 1px solid #d1e2cf;
  border-bottom: 1px solid #d1e2cf;
  border-left, border-right: 0px;
  padding: 5px;
width: 250px;
margin-left: 90px;
}

strong {
  color: #545e3c;
  font-style: italic;
  font-weight: bold;
}

.fans {
width: 200px;
margin: 0 auto;
text-align: center;
}


input, select, option {
  border-right: 0px;
 border-left: 0px;
background-color: transparent;
border-top: 1px solid #d1e2cf;
  border-bottom: 1px solid #d1e2cf;
  color: white;
}

textarea {
  border-right: 0px;
 border-left: 0px;
background-color: transparent;
border-top: 1px solid #d1e2cf;
  border-bottom: 1px solid #d1e2cf;
  width: 250px;
  color: white;

}