body {                        /*  set defaults for entire document...  */
  background-image: url(paper.jpg);
  margin: 0px;
}
div#rotatorDiv {
  position: absolute; top:0; left:0;
  width:100px;
  height:75px;
  margin: 4px;
  border: 2px solid blue;
}
div#rotatorDiv:hover {
  border: 2px solid gray;
}
img#rotatorImg1 {
  position: absolute; top: 0; left: 0;
  width: 100px;
  height: 75px;
  filter: alpha(opacity=100); 
  -moz-opacity: 1; 
  opacity: 1;
}
img#rotatorImg2 {
  position: absolute; top: 0; left: 0;
  width: 100px;
  height: 75px;
  filter: alpha(opacity=0); 
  -moz-opacity: 0; 
  opacity: 0;
}

img#logoRight {
  position: absolute; top:0; right:0;
  width:100px;
  height:75px;
  margin: 4px;
  border: 2px solid silver;
}
div#navbar {
  margin-left: 3px;
  margin-right: 3px;
  text-align: left;
  font-size: 1em;
  word-spacing: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  height: 22px;
  overflow: hidden;
  border: 1px solid silver;
  color: silver;
  background-color: #CC9933;
}
div#navbar a {
  font-size: .8em;
  font-family: sans-serif;
  word-spacing: 0px;
  color: white; background-color: inherit;
  text-decoration: none;
}
div#navbar a:hover {
  color: silver; background-color: inherit;
}
div#title {
  margin-left: 114px;
  margin-right: 114px;
  font-size: 1.5em;
  text-align: center;
  padding-top: 8px;
  height: 79px;        /* size of logo + border */
  overflow: hidden;
}
.subtitle {
  font-size: 0.8em;
  font-style: italic;
}
.red {
  color: red;
  background-color: inherit;
}
.specialty {
  font-style: italic;
}

