#AMWInterface{
   position: absolute; 
   left: 50%;
   width: 800px; 
   margin-left: -400px;
   z-index : 1;
   font-size:1.1em;
   background: #F1F1F1 url(../images/AMWInterface.gif);
}

#AMWInterfaceHead{
   position:relative;
   background: #FFF url(../images/AMWInterfaceHead.jpg);
   height:200px;
}

#AMWInterfaceMenu{
   position:relative;
   background: #FFF url(../images/AMWInterfaceMenu.jpg);
   height:40px;
}

   #AMWInterfaceMenu ul{
   }

      #AMWInterfaceMenu ul li{
         float:left;
         display:inline;
         list-style-type:none;
         background:none;
         padding:0px 10px;
      }

         #AMWInterfaceMenu ul li a{
            font: normal normal bold 1.2em/1.5em Georgia, Arial, Verdana, sans-serif;
            color:#006;
         }

   #AMWInterfaceMenu ol{
      float:right;
      display:inline;
   }

      #AMWInterfaceMenu ol li{
         padding:0px 10px;
         float:left;
         list-style-type:none;
      }

         #AMWInterfaceMenu ol li a{
            font: normal normal bold 1em/2.5em Tahoma, Verdana, sans-serif;
            color:#006;
         }

#AMWInterfaceLeft{
   float: left;
   display:inline;
   width: 280px;
   margin: 0px 20px;
}

   #container{
      overflow:scroll;
      overflow-x:hidden;
      display:block;
      float:none;
      width:280px;
      height:240px;
      margin:0;
      padding:0;
   }
      #container ul{
         margin:0;
         list-style-type:none;
      }

         #container ul li{
            margin:0;
            padding:0;
            line-height:1em;
            background:none;
         }

            #container ul li a{
               display:block;
               width:100%;
               font-size:0.9em;
            }

            #container ul li a:hover{
               background:#CCC;
               font-size:0.9em;
            }

#AMWInterfaceMain{
   background: transparent url(../images/AMWInterfaceMain.jpg) no-repeat top left;
   float: right;
   display:inline;
   width:420px;
   padding:30px;
   overflow:hidden;
}

#AMWInterfaceRight{
   display:none;
}

#AMWInterfaceFooter{
   background: #F1F1F1 url(../images/AMWInterfaceFooter.gif) no-repeat top left;
   text-align:right;
}

   #AMWInterfaceFooter small{
      padding-top:15px;
      padding-right:40px;
   }

#AMWInterfaceCopyright{
   display:none;
}

.AMWInterfaceClear{
   clear:both;
}
