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

body{
  font-family: Times, serif;
  font-size: 11pt;
  color: #333333;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;

}

p,div{
  font-family: Times, serif;
  font-size: 11pt;
  color: #333333;
}

a{
  color: #7a2b82;
  text-decoration: none;
}

a:link{
  color: #7a2b82;
  text-decoration: none;
}

a:visited{
  color: #7a2b82;
  text-decoration: none;
}

a:hover{
  color: #7a2b82;
  text-decoration: underline;
}


#header{
  height: 88px;
  width: 100%;
  background-color: #3d3623;
  background-image: url(images/header.jpg); 
  background-repeat: no-repeat;
  background-position: top;
}


#footer {
  padding: 7px;
  border-top: 1px solid #E2EAEF;
  background-color: #e6d4ab;
  width: 100%;
  text-align: center;
  font-family: Times, serif;
  font-size: 11px;
  color: #333333;
}



