.content {
  min-height: 0;
  margin-bottom:1em;
}

.stuffs_block {
  background-color: transparent;
  background-image: none;
  border: none !important;
  margin-top: 0;
  margin-bottom: 0;
}

#the_page .stuffs {
  margin: 0 0 1em !important;
  overflow: hidden;
}

#the_page .right_block {
  float: right;
  margin: 0 0 0 1em !important;
}

#the_page .left_block {
  float: left;
  margin: 0 1em 0 0 !important;
}

#the_page .middle_block {
  overflow: hidden;
  margin: auto !important;
}

.personal_block {
  padding: 15px;
}

.quote_block {
  padding: 15px;
  text-align: center;
}

.one_comment {
  width: 99% !important;
}

.two_comment {
  width: 49% !important;
}

.three_comment {
  width: 32.4% !important;
}

#comments div.thumbnailCategory div.illustration {
  width: auto !important;
  padding-right: 15px;
}

#comments div.thumbnailCategory blockquote {
  margin-left: 10px;
}

.stuffs .commentElement {
  margin: 0.3%;
}

/* Hack IE6 */
* html  .stuffs, * html .middle_block { overflow-y: visible; }
