  body {
  	font-family: "Calendas Plus", "Crimson Text", "Hoefler Text", Georgia, serif; /* base font size 1em (10px)*/
    color: rgb(59, 59, 59);
    background-color: rgb(249, 249, 249);
  }

  .clear { clear: both; font-size: 1px; }
  .float-left { float: left!important; }
  .float-right { float: right!important; }
  .align-left { text-align: left!important; }
  .align-center { text-align: center!important; }
  .align-right { text-align: right!important; }
  .align-justify { text-align: justify!important; }
  .align-bottom { vertical-align: bottom!important; }
  .error { color: #FF0000; }
  .highlight{ color: #ffff00; }
  .lowlight{ color: #666; }

  .content-block {
    float: left;
    max-width: 25em;
    padding-right: 1em;
  }

  .big-content {
      margin: auto;
      max-width:20em;
      font-size: 3em;
  }

  .content {
    margin: auto;
    max-width:25em;
    font-size: 2em;
    line-height: 1.4em;
  }

  #content-left {
  	float:left;
  	width:260px;
  }

  #content-right {
  	float:right;
  	width:700px;
  }

  .paragraph {
      padding-bottom:50px;
  }

  .text-smaller {
      font-size: 0.5em;
  }

  .center {
      text-align: center;
  }
