 /*DIV Pane*/
div#Main{
position:relative;
width: 98%;
float:none;
}
div#Menu{
width: 100%;
float: left;
}
div#Content{
border:0px;
width: 100%;

}
/*end DIV*/
 
 .ContainerTitle
{
    font-family: Verdana, MS Sans Serif, Tahoma, sans-serif;
    font-size: 13px; 
    color: #442006;
    font-weight:bold;

}


