#AMWInterface{
   position: absolute; 
   left: 50%;
   top:20px;
   width: 920px; 
   margin-left: -460px;
   z-index : 1;
   font-size:1.1em;
}


#AMWInterfaceLeft{
   float: left;
   display:inline;
   width: 250px;
   overflow:hidden;
}

   #AMWInterfaceMenu{
      margin-top:20px;
      border:1px solid #299EE4;
      background: #FFF url(../images/AMWInterfaceMenu.jpg) repeat-y
   }

#AMWInterfaceMain{
   float:left;
   display:inline;
   width:612px;
   border:1px solid #DDD;
   background:#FFF;
   overflow:hidden;
   margin-left:20px;
}

   #AMWInterfaceMain h1{
      margin:5px;
   }

   #AMWInterfaceMain h2{
      margin:5px;
   }

   #AMWInterfaceMain p{
      margin:5px;
   }

   #AMWInterfaceMain img{
      margin-left:1px;
   }

#AMWInterfaceCopyright{
   display:none;
}

.AMWInterfaceClear{
   clear:both;
}
