* {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

a {
  color: inherit;
}

h1 {
  font-size: 16pt;
  font-weight: normal;
  border-bottom: 1px solid #333;
  font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
}

h2 {
  font-size: 14pt;
  font-weight: normal;
  font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  border-bottom: 1px solid #333;
}

p {
  margin-top: 10px;
  line-height: 16pt;
}

ul {
  list-style-type: none;
  margin: 5px 0 5px 0;
}
  li {
    padding: 5px 0 5px 0;
  }

dl {
  margin: 10px 0 10px 0;
}
  dt {
    margin-top: 10px;
    font-weight: bold;
  }
  dd {
    margin-top: 5px;
  }

.clearfix {
	display: inline-block;
}

  .clearfix:after {
  	content: ".";
  	display: block;
  	clear: both;
  	visibility: hidden;
  	line-height: 0;
  	height: 0;
  }

#body {
  width: 700px;
  margin-left: -350px;
  padding-bottom: 30px;
  position: absolute;
  padding-top: 20px;
  left: 50%;
}

  #header {
    
  }
    
    #title {
      border: none;
    }
      #title a {
        font-size: 41pt;
        font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
        text-decoration: none;
      }
    
    #navigation {
      color: black;
      margin-top: 10px;
      width: 100%;
      margin-left: -10px;
      list-style-type: none;
    }
      #navigation li {
        float: left;
        padding: 5px 10px 5px 10px;
      }
        #navigation li:hover {
          background-color: #555;
          color: white;
        }
        #navigation li.current {
          background-color: black;
          color: white;
        }
        #navigation li a {
          display: block;
          font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
          font-size: 13pt;
          text-decoration: none;
        }
  
  .section {
    padding-top: 20px;
    width: 100%;
  }
  
  #content {
    
  }

    #description {
      float: left;
      width: 435px;
      padding-right: 5px;
    }

    #sidebar {
      float: right;
      width: 255px;
      padding-left: 5px;
    }

  #footer {
    
  }

    #address {
      float: left;
    }

    #electronic_contact {
      float: right;
      text-align: right;
    }

/*#aligner {
  border-left: 1px solid black;
  border-right: 1px solid black;
  position: absolute;
  width: 718px;
  left: 284px;
  width: 434px;
  height: 100%;
}
#aligner2 {
  border-right: 1px solid black;
  position: absolute;
  width: 272px;
  height: 100%;
}*/