/* Ethereal Sphere Version Alpha, Revision 1
 * by Francois St-Onge, from Ethereal Sphere (www.etherealsphere.com)
 */

article,aside,figure,footer,header,hgroup,nav,section { display: block; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  background: #fff;
}

body {
  font: normal normal 100% Trebuchet MS, Verdana, Arial;
  text-align: center;
  color: #333;
}

  a {
    color: #0088cc;
    text-decoration: none;
  }

    a:visited {
      color: #0088cc;
      text-decoration: none;
    }

    a:hover {
      color: #0088cc;
      text-decoration: underline;
    }
  
    h1 {
      padding: 0 0 15px 0;
      font: normal normal 150% Trebuchet MS, Verdana, Arial;
    }
    
/* Content Block
----------------------------------------------- */

#floater {
  position: relative;
  float: left;
  margin: 0 0 -200px 0;
  width: 1px;
  height: 50%;
}
  
#floater2 {
  position: relative;
  float: left;
  margin: 0 0 -48px 0;
  width: 1px;
  height: 50%;
}
  
#wrapper {
  position: relative;
  clear: left;
  margin: 0 auto;
}

  header {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0 0 15px 0;
  }

/* Content Block (Main Content, Sidebar)
----------------------------------------------- */


/* Copyright Block
----------------------------------------------- */

footer {
  font: normal normal 10px 'Lucida Grande', Trebuchet MS, Verdana, Arial;
  text-align: center;
  color: #76797c;
}

  footer a {
    margin: 0 0 0 8px;
  }