#AMWInterface{
   position: absolute; 
   left: 50%;
   width: 920px; 
   margin-left: -460px;
   z-index : 1;
   background: #EBEBEB url(../images/AMWInterface.jpg);
   font-size:1.1em;
   border:1px solid #004364;
}

#AMWInterfaceHead{
   position:relative;
   background: #FFF url(../images/AMWInterfaceHead.jpg);
   height:119px;
}
   #AMWInterfaceHead h1{
      position:absolute;
      left:40px;
      top: 35px;
      color:#FFF;
      font: italic bold 1.8em/1.5em Arial, Verdana, sans-serif;
   }

   #AMWInterfaceHead h3{
      position:absolute;
      left:40px;
      top: 60px;
      color:#333;
      font: italic bold 1.2em/1.5em Arial, Verdana, sans-serif;
   }

#AMWContentMainMenu{
   height:32px;
   background-color: #D5DFE9;
}


#AMWInterfaceLeft{
   float: left;
   display:inline;
   width: 180px;
   overflow:hidden;
   margin-left:1px;
   background-color: #D5DFE9;
}

#AMWInterfaceMain{
   background: #D5DFE9 url(../images/AMWInterfaceMain.jpg) no-repeat top left;
   float:right;
   display:inline;
   width:690px;
   overflow:hidden;
   margin-right:1px;
   margin-top: 20px;
   padding:8px;
}

#AMWInterfaceRight{
   display:none;
}

#AMWInterfaceFooter{
   background: #D5DFE9 url(../images/AMWInterfaceFooter.jpg);
}

#AMWInterfaceFeet{
   height:50px;
   padding-right:10px;
}
   #AMWInterfaceFeet li{
      background:none;
      padding:0;
      margin:0;
      padding-top:16px;
      padding-left:20px;
      float:right;
      font-size:0.8em;
   }

   #AMWInterfaceFeet li#Copyright{
      float:left;
      padding-left:10px;
   }

#AMWInterfaceCopyright{
   display:none;
}

.AMWInterfaceClear{
   clear:both;
}