body,td,th {
	font-family: verdana, serif;
	font-size: 11px;
  color: #e32563;
  background-color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 140%;
}

#wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 750px;
  background-color: white;
  background-image: url(pics/back_wrapper.gif);
  background-repeat: repeat-y;
  
}


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


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

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


.title {
   font-family: georgia, Serif;
   font-size: 20px;
   font-weight: bold;
   font-style: italic;
   letter-spacing: 1px;
   color: #f5abb4;
   text-align: left;
   padding-top: 32px;
   padding-left: 70px;
   width: 290px;
  border-bottom: 1px solid white;
  background-image: url(pics/back_title.gif);
  background-repeat: no-repeat;
}


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

img {
 border: 0;
}

a img {
 border: 0;
}

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

#content a  {
  font-family: georgia, serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 2px;
  text-decoration: none;
	color: #971e44;
  border-bottom: 1px solid white;
}

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



blockquote {
background-color: white;
  border: 1px solid #f6d1d6;
  padding: 10px;
  background-image: url(pics/back_block.gif);
  background-repeat: no-repeat;
background-position: right;
}

strong {
  color: black;
  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: white;
  border: 1px solid #f6d1d6;
  color: black;
}

textarea {
    border-right: 0px;
 border-left: 0px;
background-color: white;
  border: 1px solid #f6d1d6;
  color: black;

}