/* Stylesheet for EvolveSoft.com */
/* Copyright (c) 2008 EvolveSoft.com */
/* Please encourage the author(s) to change to a less restrictive license */

/* Attribution: the background image was based on this one:
   http://perso.wanadoo.fr/polenry/akanesangels/akanegraphics/bgrounds/bubbles1.jpg
   found from this site:
   http://perso.wanadoo.fr/polenry/akanesangels/akagraphbg.html
*/
body {
  color:                #000000;
  background-image:      url("solid-bubbles2.jpg");
  background-color:      #ffffff;
  background-attachment: fixed;
  background-position:   bottom left;
  background-repeat:     no-repeat;
  font-family:          Helvetica, sans-serif;
  font-size:            0.9em;
  margin:               0;
  padding:              5px;
}

#content {
  margin-left:          136px;
  margin-right:         10%;
  padding:              5px;
}

h1 {
  font-size: 1.6em;
  text-align: center;
  font-style: italic;
}
h1 sup {
  font-size: 0.4em;
}

h2 {
  font-size:            1.2em;
  text-align:           left;
  border-bottom:        1px solid #888888;
  margin:               auto;
}

.disclaimer {
  font-size:            0.6em;
  text-align:           center;
  margin-left:          25%;
  margin-right:         25%;
  color:                #cfd8e0;
}

.footer {
  margin-right: 10%;
  padding: 5px 5px 10px 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 136px;
  border-top: 1px solid #cfd8e0;
}
.footer h2 {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  color: #cfd8e0;
  border-bottom: none;
  text-align: right;
  float: right;
}
/* IE hack */
* html body .footer {
  right: 10%;
}

