body,td,th {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: white;
  background-color: #595399;
  margin-top: 0;
  line-height: 15px;
}

#wrapper {
  position: relative;
  width: 400px;
  margin: auto;
  background-color: #b2cedb;
  border-left: 1px white solid;
  border-right: 1px white solid;
  border-bottom: 1px white solid;

}

#header {
	width: 400px;
  height: 350px;
	background-color: #b2cedb;
}


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

#footer {
  width: 400px;
  height: 35px;
  background-color: transparent;
  background-image: url(pics/footer_back.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}

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

.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: #7da9bd;
   border-bottom: 1px #c1d9e5 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: #6f5991;
   border-bottom: 1px #c1d9e5 solid;
}

input, select, option {
  border: solid 1px white;
  background-color: #8fb7c9;
  color: white;
}

textarea {
   border: solid 1px white;
  background-color: #8fb7c9;
  color: white;
  width: 300px;
}


