
* {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: Arial, Sans-Serif;
  color: #420574;
}

body {

}

p {
  text-align: justify;
  font-size: 100%;
}

ul {
  margin: 6px 4px 6px 4px;
}

li {
  margin: 2px 0px 2px 12px;
  list-style-type: circle;
  list-style-position: inside
}

#wrapper {
  width: 640px;
  height: 600px;
  position: absolute;
  top: 0px;
  left: 1px;
  border: solid #420574 1px;
}

#header {
  width: 640px;
  height: 380px;
  border-bottom: solid #420574 1px;
}

#butterfly {
  width: 86px;
  height: 79px;
  position: absolute;
  top: 74px;
  left: 380px;
}

#name {
  width: 247px;
  height: 38px;
  position: absolute;
  top: 110px;
  left: 140px;
}

#tagline {
  width: 640px;
  height: 28px;
  position: absolute;
  top: 303px;
  left: 0px;
}

#caption {
  width: 640px;
  height: 28px;
  position: absolute;
  top: 328px;
  left: 0px;
}

#document {
  width: 380px;
  height: 176px;
  position: absolute;
  top: 380px;
  left: 0px;
  padding: 12px 24px 12px 24px;
  /*overflow: show;*/
  font-size: 16px;
  line-height: 18px;
}

#navigation {
  width: 192px;
  height: 176px;
  position: absolute;
  top: 380px;
  left: 424px;
  overflow: auto;
  padding: 12px;
  font-weight: bold;
}

#navigation a {
  text-decoration: none;
}


#footer {
  width: 640px;
  height: 24px;
  position: absolute;
  padding: 4px;
  top: 610px;
  left: 1px;
  font-size: 80%;
}

#footer a {
  text-decoration: none;
  color: #420574;
}


#copyright {
  position: absolute;
  top: 0px;
  left: 20px;
}

#sitedesign {
  position: absolute;
  top: 0px;
  left: 450px;
}

#printable {
  width: 640px;
  height: 28px;
  position: absolute;
  top: 160px;
  left: 0px;
}







