body,td,th {
	font-family: century gothic, verdana, sans-serif;
	font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
	color: #ffe1a7;
  line-height: 15px;
  background-color: #941f16;
  background-image: url(pics/back.gif);
  background-repeat: repeat-y;
}

#wrapper {
  position: relative;
  width: 450px;
  margin: 30px auto;
  background-color: #ff7148;


}

#header {
	width: 450px;
  height: 335px;
	background-image: url(pics/header.jpg);
  background-repeat: no-repeat;
}


#content {
  text-align: justify;
  width: 390px;
  padding-left: 30px;
  padding-right: 30px;
 
}

#footer {
  width: 450px;
  height: 50px;
  background-color: transparent;
}

.title {
font-family: century gothic, sans-serif;
color: #941f16;
text-align: right;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 21px;
font-weight: bold;
width: 98%;
padding-top: 2px;
  background-image: url(pics/back_title.gif);
  background-repeat: no-repeat;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ffe1a7;
  border-top: 1px dotted #ffe1a7;
}

.capital {
color: #ffe1a7;
font-family: century gothic, sans-serif;
font-size: 30px;
}

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


a img {
  border: none;
}

img {
  border: none;
}

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

a {
    font-family: century gothic, verdana, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
   text-decoration: none;
   color: #941f16;
   border-bottom: 1px dotted #ffe1a7;
}



a:hover {
    font-family: century gothic, verdana, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
   text-decoration: none;
   color: white;
   border-bottom: 1px dotted #ffe1a7;
}

input, select, option {
  background-color: #cb5837;
  color: #ffe1a7;
   border-bottom: 1px dotted #ffe1a7;
  border-top: 1px dotted #ffe1a7;
   border-left: 0px;
  border-right: 0px;
}

textarea {
  background-color: #cb5837;
  color: #ffe1a7;
  width: 300px;
   border-bottom: 1px dotted #ffe1a7;
  border-top: 1px dotted #ffe1a7;
   border-left: 0px;
  border-right: 0px;
}



