/* STYLES 1 START*/

#banner, #main, #copy {
   position: float;
   }

#banner {
   padding: 1%;
   }
   
#main {
   background-image: url(images/bkgrnd1.gif);
   background-repeat: repeat-y;
   width: 689px;
   padding: 0 0 0 0;
   font-family: "Times New Roman", Georgia, Times, serif;
   font-size: 80%;
   }

#links {
   text-align: center;
   }

p {
   text-align: justify;
   }
   
ul {
   text-align: left;
   }
   
h1, h2 {
   text-align: left;
   font-size: 22px;
   }
   
/*links*/

a {
  text-decoration: none;
  color: #333300;
}

a:link {
}

a:visited {
  color: #333333;
}

a:hover {
  text-decoration: underline;
}

a:active {
}
/*links*/

/* STYLES 1 END*/