.hidden{display:none;}



body
{
text-align: center;  /* fixes IE */

}

div#page
{
background-color:#FFFFFF;
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;   /* reset text set in body */
}

#header{
  display:block;
  position:relative;
  width:100%;
  height:200px;
}

#header #blurb{
  position:absolute;
  right:0;bottom:20px;
  margin:10px;
}

html>body #header #blurb{bottom:0;}  /* fixes FF and everyone else */

#navbar{
  display:block; width:100%;
  list-style:none;
  margin:0; padding:0;
  float:left;
}



#navbar li{display:block; width:200px; float:left;} 
#navbar li a{display:block; width:100%;}


#main h2{margin-top:0;}

#footer{text-align:center; display:block; width:100%; height:50px; padding-top:10px;}

iframe#signup, iframe#contact_us{
  width:100%;
  height:800px;
  border:0;
}



