@charset "utf-8";
/* CSS Document */


BODY {
margin-top: 15px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 0px;
background-image: url(images/bg5.jpg); 
}

p {
font-family: century gothic;
  font-size: 14px;
  color: #493924;
  font-weight: normal;
  line-height: 1.3em; 

} 
#topnav {
  font-family: century gothic;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.3em;
}
#topnav a {
  font-family: century gothic;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

#leftnav {
  font-family: century gothic;
  font-size: 14px;
  color: #493924;
  font-weight: normal;
  line-height: 1.3em;
}
#leftnav a {
  font-family: century gothic;
  font-size: 14px;
  color: #493924;
  font-weight: normal;
  text-decoration: none;
}

 #copyright {
  font-family: century gothic;
  font-size: 11px;
  color: #493924;
  font-weight: normal;
}
 #copyright a {
  font-family: century gothic;
  font-size: 11px;
  color: #493924;
  font-weight: normal;
  text-decoration:underline;
}

a:link {
color: purple; text-decoration: none; 
}
a:visited {
color: purple; text-decoration: none; 
}
a:active {
color: purple; 
} 



a img {border: none; } 


input.button {
  color: #493924; background: #white;
  font-size: 14px;
  font-weight:normal;
  font-family: century gothic;
  border: solid 1px purple;
}



