* 	        { margin:0; } /* needed for the sticky footer ... hmmmm */
html,body, #page { height:100%; }
body > #page { height: auto; min-height: 100%; min-width: 50em; }
#inner { padding: 5em 5em 15em;}  /* must be same height as the footer */
#footer { position: relative;
	margin-top: -15em; /* negative value of footer height */
	height: 15em;
	clear: both;
} 

body {
  background: #fff;
  color: #000;
  font-size: 100%;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
/*   padding: 5em; */
  margin: 0;
}
a:link, a:visited { color: #07c; text-decoration: none; }
a:hover, a:active { text-decoration: underline;}
a img {
  border: 0;
}
address {
  font-style: normal;
}
h1 {
  color: #000;
  margin: 0;
  padding: 0 0 1em;
  line-height: 1.3;
  font-weight: normal;
}
h1, .amp {
/* http://www.simplebits.com/notebook/2008/08/14/ampersands.html */
  font-family: "Hoefler Text", Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}
h2 {
  color: #f60;
  font-size: 5em;
  font-weight: bold;
  padding: .2em 0 0;
  margin: 0;
  line-height: 1em;
  letter-spacing: -.05em;
}
h3 {
  padding-top: 1em;
  margin-bottom: 0;
  font-weight: bold;
}
html.js-on body.index h1 {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
  font-style: normal;
  color: #999;
  font-family: Helvetica, Arial, sans-serif;
}
#logo {
  padding: 0 0 3em;
}
html.js-on body.index #content {
  position: relative;
  height: 7em;
}
html.js-on dl#navigation {
  padding: 0;
  margin: 0;
  height: 6em;
}
html.js-on #navigation dt {
  font-weight: bold;
  padding: 0;
  margin: 0;
}
html.js-on #navigation dd {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  color: #999;
}
html.js-on #navigation a:link,
html.js-on #navigation a:visited {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  padding: .2em;
  line-height: 1.6;
  text-decoration: none;
  display: block;
  width: 1.4em;
  height: 1.4em;
  text-align: center;
  float: left;
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
}
html.js-on #navigation a:hover {
  color: #fff;
  background-color: #000;
}
em {
  font-style: normal;
  font-weight: bold;
  color: #000;
}
#footer a {
  color: #999;
  text-decoration: none;
}
#footer a:hover {
  color: #000;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 10em 5em 0;
}
#footer ul li {
  font-size: .8em;
  display: inline;
  margin-right: .8em;
}
#navigation:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}