body,td,th {
	font-family: arial, sans-serif;
	font-size: 11px;
  color: #67c066;
  background-color: #b1b698;
  background-image: url(pics/back.jpg);
  margin-top:0;
  line-height: 140%;
}

#wrapper {
  position: relative;
  margin: 15px auto;
  width: 500px;
  background-color: #d3ffac;
  border: 1px solid white;
}


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

#navi {
  padding-top: 95px;
  float: right;
  width: 149px;
  background-color: transparent;
  background-image: url(pics/back_navi.jpg);
  background-repeat: no-repeat;

}

#content {
  float: left;
  width: 310px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  text-align: justify;
  background-color: transparent;
   background-image: url(pics/back_content.jpg);
  background-repeat: no-repeat;
}

#footer {
  clear: both;
  width: 500px;
  height: 50px
  }



.title {
   font-family: "Century Gothic", sans-serif;
   color: #b8e167;
   font-size: 22px;
   text-align: left;
   padding-left: 30px;
   text-transform: uppercase;
   letter-spacing: 6px;
   padding-top: 20px;
   width: 200px;
   height: 18px;
   border-bottom: 1px dotted white;
}


#navi a:link, #navi a:active, #navi a:visited {
  font-family: tahoma, sans-serif;
  color: #4b7e37;
  display: block;
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;
  margin-bottom: 2px;
  margin-top: 4px;
  padding-bottom: 2px;
}


#navi a:hover {
  font-family: tahoma, sans-serif;
  color: #14c60f;
  display: block;
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;
  margin-bottom: 2px;
  margin-top: 4px;
  padding-bottom: 2px;
}


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

img {
 border: 0;
}

a img {
 border: 0;
}

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

#content a  {
  letter-spacing: 2px;
  text-decoration: none;
	color: #7c9e38;
  border-bottom: 1px white solid;
}

#content a:hover {
text-decoration: none;
	color: #14c60f;
  border-bottom: 1px #0b5a09 solid;
  
}



blockquote {
background-color: #ceffa3;
border: 1px dotted white;
color: #67c066;
  padding: 10px;
}

i {
  color: #3e6f4e;
  font-size: 10px;
  font-style: italic;
  letter-spacing: 1px;
}

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


input, select, option {

background-color: #a9dc7b;
border-top: 0;
   border-bottom: 1px dotted white;
    border-left: 0;
      border-right: 0;
  color: white;
}

textarea {
background-color: #a9dc7b;
border-top: 0;
   border: 1px dotted white;
  color: white;

}

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