body {
  background-color: #876288;
  font-size: 83%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

body h2 {
  font-size: 1.25em;
  color: #9385d4;
  margin: 1em;
}

body a:link, body a:visited {
  color: #876288;
}

body a:hover, body a:active {
  color: white;
  background-color: #996699;
}

#sitetitle {
  float: right;
  top: 1em;
  margin-left: 0px;
  margin-right: 1em;
  }

#sitetitle img {
  margin: 1px;
  padding: 1px;
  }

#bio {
  float: right;
  top: 1em;
  margin-left: 1em;
  margin-right: 1em;
  border: medium solid white;
  text-align: justify;
  color: white;
  width: 180px;
  font-size: 1em;
  line-height: 1.1em;
  }

#bio img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  }

#bio p {
  padding: 10px;
  }

#menu {
  margin: 5px;
  padding: 2px;
  font-size: .8em;
  width: 250px;
  float: right;
  right: 15px;
  }

#menu ul, #menu li {
  display: inline;
  list-style: none;
  margin: 1px;
  padding: 3px;
  text-align: left;
  color: white;
  }

#menu a:link, #menu a:visited {
  color: white;
  text-decoration: none;
  font-weight: 500;
  }

#menu a:hover, #menu a:active {
  background: #e6a4f2;
  }


#vs {
  float: right;
  top: 1em;
  margin-left: 2.5em;
  margin-right: 2.5em;
  background-image: url(images/new-background.jpg);
  background-repeat: repeat-y;
  width: 650px;
  border: 1px solid #DDDDDD;
  border-bottom: 2px solid #ada5a5;
  text-align: justify;
  }

#vs p {
  color: #63155d;
  margin: 15px;
  }

#vs ul {
  color: #990099;
  font-size: 10pt;
  font-weight: bold;
  }


#vs ul li {
  color: #996699;
  line-height: 11pt;
  font-size: 10pt;
  font-weight: normal;
  margin: 0em 1em 0em 2em;
  padding: .5px;
  }

.header {
border-bottom: thin solid #ada5a5;

    }


.contact {
  font-size: .9em;
  }

img.pixr {
  float: right;
  padding: .75em;
}



.name {
  font-weight: bold;
  font-size: 10pt;
  }

.announcement {
     text-align: right;
   }
