body{
   margin:0px;
   padding:0px;
   height:auto;
   font-size: 62.5%;
   background:#F2F2F2;
}

*{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
   font-size: 1em;
   line-height:1.5;
   padding:0;
   margin:0;
   list-style-type:none;
   border:0;
}

a, a:visited      { color: #00F; text-decoration: none; }
a:hover, a:active { color: #006; text-decoration: underline; }

h1{
   font-size:1.8em;
   background: #B962A5;
   padding: 5px;
   color:#FFF;
   display:inline;
   text-align:center;
}

h2{
   margin:0px 30px;
   background: #B962A5;
   color:#FFF;
   font-size:1.3em;
   padding:5px;
}

p{
   font-size:1.1em;
   margin: 20px 30px;
}
   p small{
      font-size:0.8em;
      color:#900;
   }

hr{
   margin:0px 30px;
}

#AMWInterface{
   position: absolute; 
   left: 50%;
   width: 640px; 
   margin-left: -320px;
   z-index : 1;
   background: #FFF url(./images/interface/AMWInterface.jpg);
   font-size:1.1em;
}
   #AMWInterface div{
      display:block;
      text-align:center;
   }

   #AMWInterfaceTrigger{
      margin:20px 21px;
      margin-top:0px;
   }

   #AMWInterfaceMenu{
      width:598px;
      height:21px;
      margin-left:21px;
      background: #FFF url(./images/interface/menu.jpg);
   }

      #AMWInterfaceMenu li{
         background: transparent url(./images/interface/menucut.jpg) no-repeat top right;
         padding:0px 5px;
         height:21px;
         display:inline;
      }

         #AMWInterfaceMenu li a{
            font-size:1.1em;
            line-height:19px;
            color:#FFF;
         }
         #AMWInterfaceMenu li a#current{
            font-weight:bold;
            color:#FF0;
         }
   #AMWInterfaceFeet{
      background: transparent url(./images/interface/AMWInterfaceFeet.jpg) no-repeat top right;
      margin-top:30px;
      height:30px;
   }