.invisible, #main_menu li, #pages {
  display: none;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
   CLEARFIX HACK:
   fixes mistakes in displaying floating containers
   see: http://positioniseverything.net/easyclearing.html
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
  text-decoration: none;
  color: #373638;
}
p,ul,ol,div,img,pre {
  margin: 0; padding: 0;
}

body {
  width:670px; height: auto;

  font-family: 'Times New Roman', serif;
  color: #373638;

  font-size: 0.625em;
}

#content {
  padding: 1em 1em 0 1em;
  width: 480px;
}
#content p {
  font-size: 16px;
  line-height: 24px;
}
#content p.Headline {
  font-size: 24px;
  line-height: 24px;
}
#content p.Subline {
  font-size: 20px;
  line-height: 24px;
}


.citem {
  display: block;
  margin: 0 0 1em 0;
}
.imagedescription {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  display: block;
  padding: 0.25em 0 0 0;
}

#header {
  border-bottom: 1px solid #373638;
  height: 36px;
}
#breadcrumb {
  width: 480px;
  font-family: Geneva, 'Lucida Sans', sans-serif;
  text-transform: uppercase;
  float: left;
  padding: 6px 0 0 0;
  font-size: 12px;
  line-height: 24px;
}
#logo {
  color: #373638;
  font-family: Geneva, 'Lucida Sans', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  padding: 0 0 0 0px;
}