body {
  font-family: sans-serif;
  font-size: 10pt;
  margin: 40px 40px 0px 40px;
  color: #666666;
}
div#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 91px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ff0000;
  background-color: #00ccee;
  background-image: url("../../img/andrea.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #ffffff;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 1.8em;
}

div#header div {
  margin: 40px 0 0 40px;
}

h2 {
  color: #aaaaaa;
  text-transform: lowercase;
  border-top: dotted 1px #cccccc;
  padding-top: .5em;
  font-weight: normal;
  font-size: 1.6em;
}
img {
  border: none;
}
a {
  color: #00ccee;
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  color: #ff0000;
}
acronym {
  cursor: help;
  text-decoration: none;
  border-bottom: dotted 1px;
}
select {
  font-size: .9em;
  border: solid 1px;
  background-color: #ffffff;
  color: #999999;
}
div#main {
  min-width: 750px;
  width: 100%;
}
div#content {
/*
  float: left;
  width: 50%;
  padding: 10px 40px 40px 40px;
*/
  z-index: -1;
  position: absolute;
  top: 100px;
  left: 15%;
  width: 58%;
  border-right: solid 1px #cccccc; 
  border-left: solid 1px #cccccc; 
}
div#content div {
  margin: 10px 40px 80px 40px;
}
div#leftsidebar {
/*
  float: left;
  padding-right: 40px;
*/
  position: fixed;
  top: 100px;
  left: 40px;
  font-size: .8em;
}
div#rightsidebar {
/*
  float: right;
  width: 15em;
  padding-left: 40px;
  padding-right: 20px;
*/
  position: fixed;
  top: 100px;
  left: 75%;
  text-align: center;
}
div#leftsidebar div, div#rightsidebar div, div#footer {
  color: #999999;
}
div#leftsidebar div, div#rightsidebar div {
  padding-bottom: 2em;
}
div#rightsidebar h1 {
  font-size: 2em;
  text-transform: lowercase;
  font-weight: normal;
  color: #999999;
}
div#menu {
  width: 8em;
}
div#menu a, div#links a, div#aff a {
  color: #999999;
  display: block; 
}
div#menu p {
  text-align: center;
}
div#menu a {
  border-right: solid 1px #cccccc; 
  border-bottom: solid 1px #cccccc;
  text-decoration: none;
  text-transform: lowercase;
  margin-top: .5em;
  padding: .2em .5em;
  font-weight: normal;
}
div#menu a:hover {
  color: #ff0000;
  border-color: #ff0000; 
}
div#links {
  margin-top: 2em;
  margin-bottom: 2em;
}
div#links a {
  margin-bottom: 1em;
}
div#links, div#aff {
  text-align: center;
}
div#links, div#aff a {
  padding-bottom: 1em;
}
div#footer {
  background-color: #ffffff;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
/*
  clear: left;
*/
  border-top: dotted 1px #cccccc;
  margin-top: 20px;
  font-size: .8em;
}
div#footer p {
  margin: 1em 2em 1em 2em;
}
div#summary {
  text-align: left;
}
div#summary * {
  margin-bottom: 1em;
}
form#pubs-filter {
  display: block;
  text-align: center;
}
form#pubs-filter label, form#pubs-filter select {
  display: block;
  width: 100%;
}
form#pubs-filter option {
  margin: 0;
}
dt {
  margin: 1em 0 .5em 0;
}