 /*DIV Pane*/
div#Main{
position:relative;
width: 98%;
float:none;
}
div#Menu{
width: 100%;
float: left;
}
div#Content{
width: 100%;
float: left;
}
/*end DIV*/
 
 .HeadTitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:13px;
    color: #333333;
    font-weight:bold;
}


