body {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #737373;
  background-color: black;
  background-image: url(pics/back.jpg);
  background-attachment: fixed;
  margin-top: 0;
  letter-spacing: 1px;
}

#wrapper {
  position: relative;
  width: 500px;
  margin: 0 auto;
  background-color: black;
}


#header {
	width: 500px;
	height: 300px;
	background-color: black;
	background-image: url(pics/header.gif);
}

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

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

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

.title {
font-family: tahoma, sans-serif;
color: #6e6e6e;
font-size: 16px;
font-weight: bold;
text-align: left;
text-transform: uppercase;
letter-spacing: 8px;
margin-top: 20px;
width: 330px;
  line-height: 120%;
  border-bottom: 1px solid #96285e;

}



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


#navi a:hover {
  font-family: tahoma, sans-serif;
  color: white;
  background-color: #1a1a1a;
   background-image: url(pics/back.jpg);
  display: block;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;
  margin-bottom: 1px;
  margin-top: 1px;
  padding-bottom: 4px;
  padding-top: 5px;
}

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


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



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

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

strong {
  color: white;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline;
  }
  

a img {
  border: none;
}

img {
  border: none;
}

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

.quote {
color: #cccccc;
}

input, select, option {
background-color: #1a1a1a;
border: 0;
  color: white;
}

textarea {
background-color: #1a1a1a;
border: 0;
  color: white;
}

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

blockquote {
background-color: #1a1a1a;
border: 0;
padding: 10px;
text-align: center;
}




