


/***  CSS TEMPLATE  ***/
/*


/***  STANDARDS  ***/

#Main {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index:2;
}
#HeadLeft {
      float: left;
}
#HeadRight {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 5;
      width: 28em; /* mandatory for IE 7 */
      background-color: #FFFFFF;
}
#LeftColumn {
      float: left; 
      width: 10%;
      min-width:10%;
      margin-top: 0;
      overflow: hidden;
}

#CenterColumn {
      width: 80%;
      max-width: 800px;
      float: left;
      overflow: hidden; /* cut content */
}

#RightColumn {
      float: left;
      width: 10%;
      margin-top: 0;
      overflow: hidden; /* cut content */
}





