 /*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: Tahoma, Arial, Helvetica;
    font-size: x-small;
    color: #003399;
    font-weight:bold;

}

