body,td,th {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #b1411f;
  line-height: 5px;
  background-color: black;
  margin-top: 20px;
  line-height: 15px;

}

#wrapper {
  position: relative;
  width: 400px;
  margin: auto;
  background-color: black;
  border: 1px solid #fd7f3c;


}

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


#content {
  text-align: justify;
  width: 360px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: black;
}

#footer {
  width: 420px;
  height: 80px;
}

.title {
font-family: georgia, serif;
color: #56010a;
text-transform: lowercase;
letter-spacing: 2px;
font-size: 20px;
font-weight: bold;
width: 300px;
padding-left: 20px;
margin-top: 10px;
border-left: solid #fd7f3c 16px;
}

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

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

.line {
  border-bottom: 1px #a2daec dotted;
  margin-bottom: 10px;
  width 100%;
  
}

a img {
  border: none;
}

img {
  border: none;
}

a {
    font-family: verdana, sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
   text-decoration: none;
   text-transform: lowercase;
   font-weight: bold;
   color: #ab2d01;
   border-bottom: 1px #ab2d01 solid;
}



a:hover {
   font-family: verdana, sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
   text-decoration: none;
   text-transform: lowercase;
   font-weight: bold;
   color: #ffcb9c;
   border-bottom: 1px #ab2d01 solid;
}

input, select, option {
  border: 0px;
  background-color: #882002;
  color: white;
}

textarea {
   border: 0px;
  background-color: #882002;
  color: white;
  width: 300px;
}

