/* --- css stylesheet --- */
/* --- global --- */
html , html * , body , body * {
  color: #000000 !important;
  background: no-repeat none transparent !important;
}
/* --- mask --- */
div.web-all {
  width: auto;
}
div.web-top {
  display: none;
}
div.web-content {
  margin: 0px;
}
div.content-top {
}
div.content-left {
  float: none;
  width: auto;
  padding: 0px;
}
div.content-right {
  display: none;
}
div.web-logos {
  display: none;
}
div.web-footer {
}
/* --- content-top --- */
div.content-top h1 {
  padding: 0px;
}
div.content-top div.text {
  padding: 10px 0px 18px 0px;
}
/* --- content-left --- */
div.content-left div.left {
  float: none;
  width: auto;
}
div.content-left div.center {
  float: none;
  width: auto;
  padding: 10px 0px 0px 0px;
}
/* ---  --- */

