html {
  margin: 0;
  padding: 0;
}

body {
  background-repeat: repeat ;
  font-family: Arial, Verdana, sans-serif;
  font-size: small;
}

body.main {
  background-image: url(../images/IsbFloralFeatherLeather.jpg);
}

#header {
  text-align: center;
}

#topmenu {
  background-color: #c9c2ce;
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  color: #9a4fb4;
  margin: 0px 15px 0px 15px;
  border-top: dashed 1px #9a4fb4;
  border-bottom: dashed 1px #9a4fb4;
  padding-top: 3px;
  padding-bottom: 5px;
}

#content {
  font-size: 120%;
  line-height: 1.5;
  margin: 0px 15px 0px 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#content em {
  font-weight: bold;
}

a:link { 
  color: #9a4fb4;
}

a:visited { 
  color: #7c898d;
}

#allcontent { 
  width: 800px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #c9c2ce;
  border: dashed 1px #9a4fb4;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

ul.menu {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 5px;
  line-height: 2;
}

#footer {
  clear: left;
  text-align: center;
  font-size: 80%;
  margin: 0px 15px 0px 15px;
  border-top: dashed 1px #9a4fb4;
  padding-top: 0px;
}

h1 {
  font-size: 130%;
  font-style: italic;
  text-align: center;
  text-decoration: underline;
  color: #9a4fb4;
}

img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto
}

p.addlineheight {
  line-height: 1.5;
}

p.center {
  text-align: center;
}

