body {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	color: #909e5e;
  background-color: black;
  background-image: url(pics/back.gif);
}

#wrapper {
  position: relative;
  width: 600px;
  margin: 10px auto;
  background-color: #1c2404;
  border: 1px solid #3d471e;
}


#header {
	width: 600px;
	height: 400px;
	background-color: #1c2404;
	background-image: url(pics/header.jpg);
}

#navi {
  float: right;
  width: 130px;
  background-color: transparent;
  padding-right: 10px;
  padding-left: 10px;
}

#content {
  float: left;
  width: 400px;
  background-color: transparent;
  padding-left: 30px;
    padding-right: 20px;
  text-align: justify;
  line-height: 150%;
}

#footer {
	clear: both;
	background-image: url(pics/back_footer.jpg);
	width: 600px;
	height: 80px;
}

.title {
font-family: tahoma, sans-serif;
color: #aebb86;
font-size: 18px;
font-weight: bold;
text-align: left;
text-transform: uppercase;
letter-spacing: 8px;
padding-left: 100px;
margin-top: 20px;
width: 300px;
background-image: url(pics/back_title.gif);
  background-repeat: no-repeat;
  border-bottom: 1px dotted #3d471e;
  line-height: 120%;

}

.menutitle {
font-family: "Times new roman", georgia, serif;
color: #c9a571;
font-size: 12px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
letter-spacing: 5px;
width: 99%;
padding-top: 5px;
}


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


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

#content a:link, #content a:active, #content a:visited {
  color: #ba1a25;
	text-decoration: none;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;
	letter-spacing: 1px;
}


#content a:hover {
  color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;
	letter-spacing: 1px;
}



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

strong {
  color: #aebb86;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline;
  }
  

a img {
  border: none;
}

img {
  border: none;
}

.affi_img {
  padding-right: 3px;
  display: inline;
  }
  
  
b {
color: #aebb86;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}

input, select, option {
  background-color: #222c06;
  color: #909e5e;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px dotted #3d471e;
  border-left: 10px solid #3d471e;
}

textarea {
   background-color: #222c06;
  color: #909e5e;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px dotted #3d471e;
  border-left: 10px solid #3d471e;
}

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




