/* wrapper
----------------------------------------------- */
#wrapper {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 -190px 30px 0;
}

/* content(center column)
----------------------------------------------- */
#content {
  float: right;
  width: 100%;
  margin-left: -200px;
}
#contentContainer {
  margin-right: 180px;
  margin-left: 210px;
}

/* menu(left column)
----------------------------------------------- */
#menu {
  float: left;
  margin: 0;
  width: 200px;
}

/* links(right column)
----------------------------------------------- */
#links {
  float: right;
  width: 170px;
  margin: 0;
}

/* footer
----------------------------------------------- */
#footer {
  clear: both;
  width: 100%;
}
#footerContainer {
  padding: 30px 10px 0;
}

/* pieces
----------------------------------------------- */
#main .pieceSeparator {
  margin: 10px 0;
}

/* address
----------------------------------------------- */
.contentArticleDoc .body ul {
  list-style-type: disc;
}
.inquiry {
  clear: both;
  margin: 0 0 20px;
  padding: 5px 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333333;
}
.inquiry h2 {
  margin-bottom: 5px;
  background-image: none;
  font-weight: bold;
  font-size: 110%;
}
.tel, .fax, .email {
  display: inline;
}
.department, .section {
  font-weight: bold;
}
.top,.middle {
  margin-bottom: 0;
}
.department, .section, .tel, .fax {
  margin-right: 10px;
}



#links ul, #menu ul {
    padding:0;
    background-color: #FFFFFF;
    list-style: none;
}
#links li, #menu li {
    padding: 0;
    background: none;
}