h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
div
{
    padding:0px;
		margin:0px;
}
/* slightly enhanced, universal clearfix hack */
.floatContainer:after 
{
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0;
}

.floatContainer { display: inline-block; }

/* start commented backslash hack \*/
* html .floatContainer { height: 1%; }

.floatContainer { display: block; }
/* stop commented backslash hack */






