body,td,th {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #cb6953;
  line-height: 5px;
  background-color: #f7d8c0;
  margin-top: 0;
  line-height: 15px;
}

#wrapper {
  position: relative;
  width: 500px;
  margin: auto;
  background-color: transparent;
  background-image: url(pics/back.gif);
  background-repeat: repeat-y;


}

#header {
	width: 500px;
  height: 300px;
	background-color: transparent;
}


#content {
  text-align: justify;
  width: 340px;
  background-color: transparent;
  padding-left: 80px;
  padding-right: 80px;
}

#footer {
  width: 500px;
  height: 102px;
  background-color: transparent;
  background-image: url(pics/footer.gif);
  background-repeat: no-repeat;
}

.title {
font-family: "century gothic", sans-serif;
color: #f19580;
text-transform: lowercase;
letter-spacing: 2px;
font-weight: bold;
font-size: 16px;
width: 94%;
margin-top: 20px;
background-color: #f7d8c0;
border-bottom: 2px solid #f19580;
padding-left: 20px;
}

.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: "century gothic", sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
   text-decoration: none;
   text-transform: lowercase;
   font-weight: bold;
   color: #983029;
   border-bottom: 1px #983029 solid;
}



a:hover {
   font-family: "century gothic", sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
   text-decoration: none;
   text-transform: lowercase;
   font-weight: bold;
   color: #f4b3a4;
   border-bottom: 1px #f4b3a4 solid;
}

input, select, option {
  border: 0px;
  background-color: #f7d8c0;
  color: #cb6953;
}

textarea {
   border: 0px;
  background-color: #f7d8c0
  color: #cb6953;
  width: 300px;
}


