/* basics */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  list-style: none; }
html {
  background: #fff;
  color: #666;
  font: 62.5%/1.4 "Lucida Grande", Tahoma, Verdana, sans-serif; }
a {
  color: #999;
  text-decoration: none;
  border-bottom: solid 1px #cce0ff; }
div a:hover, p a:hover, div ul a:hover {
  color: #000;
  border-bottom: solid 1px #cce0ff; }

/* header */
#title {
  overflow: hidden;
  text-indent: -9999px;
  background: url; }
#title a {
  overflow: hidden;
  text-indent: -9999px;
  border: none; }
#title a:hover {
  border: none; }
/* content */
#content h2 {
  border-top: solid 1px #999;
  color: #222;
  font-variant: small-caps; }
p.footnote {
  color: #afafaf; }
#content ul {
  text-align: }
/* footer */
#navigation-footer {
  border-top: solid 1px #999;
  background: #fff; }
#navigation-footer li {
  list-style: none;
  background: none; }
#navigation-footer li a {
  color: #999; }
#navigation-footer li:first-child:before {
  content: ''; }
#navigation-footer li:before {
  content: ' | ';
  color: #ccc; }
#footer div {
  background: #fff; }

/* ie hacks */
* html #footer{
  /*top: expression(
    (parseInt(document.documentElement.clientHeight)>480) ?
    (parseInt(document.documentElement.clientHeight)-40)+"px" :
    "460px"
  );*/ }