.containerhead
{
    position: relative;
    z-index: 2;
    }

.Container-NoTitle
{
    float: left;
    position: relative;
    z-index: 3;
    }
    
.clear
{
    clear: both;
    line-height: 0;
    height: 0;
    }
.containermain, .containerbot, .spacer
{
    float: left;
    margin: 0;
    padding: 0;
    
    }
.containerbot
{ clear: both;}
.left
{
    clear: right;
    float: left;
    }
.spacer
{height: 0;}


