body,td,th {
	font-family: verdana, serif;
	font-size: 11px;
  color: #3b420c;
  background-color: black;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image:url(pics/back.jpg);
  background-position:bottom left;
  background-repeat:no-repeat;
  background-attachment:fixed;
  letter-spacing: 1px;
}

#wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 530px;
  background-color: transparent;
  
}


#header {
	width: 530px;
	height: 200px;
	background-color: transparent;
	background-image: url(pics/header.jpg);
}

#navi {
  float: right;
  width: 150px;
  background-image: url(pics/back_navi.jpg);
  background-repeat: no-repeat;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}

#content {
  float: left;
  width: 330px;
  text-align: justify;
  background-image: url(pics/back_content.jpg);
  background-repeat: no-repeat;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  background-color: black;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 30px;
}

#footer {
	clear: both;
	width: 530px;
	height: 50px;

}


.title {
font-family: "book antiqua", serif;
color: #dbe448;
font-size: 10pt;
font-weight: bold;
   text-align: left;
   text-transform: uppercase;
   letter-spacing: 12px;
   padding-top: 10px;
   width: 300px;
   background-image: url(pics/back_title.jpg);
  background-repeat: no-repeat;
  height: 50px;
  padding-left: 50px;
  margin-top: 40px;
}



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

i {
color: #767abb;
}

img {
 border: 0;
}

a img {
 border: 0;
}

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

#content a  {
  text-decoration: underline;
	color: #535d10;
}

#content a:hover {
text-decoration: underline;
	color: white;
  
}


blockquote {
background-color: black;
  border: 1px solid #445212;
  padding: 10px;
  background-image: url(pics/back_block.jpg);
  background-repeat: no-repeat;
  background-position: left;
  color: #8c9b10;
  width: 245px;
  }

strong {
  color: #8c6d20;
  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: black;
border: 1px solid #445212;
  color: #8c9b10;
  background-image: url(pics/back_text.jpg);
  background-repeat: no-repeat;
  background-position: right;
}

textarea {
    border-right: 0px;
 border-left: 0px;
background-color: black;
border: 1px solid #445212;
  color: #8c9b10;
  background-position: right;
}