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

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 550px;
  background-color: #2d4345;
  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;

}

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


.title {
   font-family: "times new roman", serif;
   font-size: 16px;
   letter-spacing: 15px;
   color: #a4d2d6;
   text-align: center;
   margin-top: 20px;
   padding-bottom: 5px;
   width: 450px;
  border-bottom: 1px solid #1f2f30;
  text-transform: uppercase;
}


.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: #83a8ab;
  border-bottom: 1px solid #1f2f30;
}

#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: white;
  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;

}