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

#AMWInterfaceTop{
   height:17px;
   overflow:hidden;
   background:#F0CC9E;
}

   #AMWInterfaceTop ol{
      float:right;
   }

      #AMWInterfaceTop ol li{
         display:inline;
         margin:0px 5px;
      }

         #AMWInterfaceTop ol li a{
            font-size:10px;
            color: #900;
         }

#AMWInterfaceHead{
   position:relative;
   background: #FFF url(../images/AMWInterfaceHead.jpg);
   height:150px;
}
   #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;
}

#AMWInterfaceLeft{
   display:none;
}

#AMWInterfaceMain{
   background: #F4DED0 url(../images/AMWInterfaceMain.gif) no-repeat center center;
   float:left;
   display:inline;
   width:490px;
   margin-left:20px;
   margin-top:10px;
   overflow:hidden;
}

#AMWInterfaceRight{
   float:right;
   display:inline;
   width:270px;
   margin-right:10px;
   margin-top:10px;
   overflow:hidden;
}

#AMWInterfaceFeet{
   background:#F4DED0 url(../images/AMWInterfaceFeet.jpg) no-repeat left bottom;
   clear:both;
   width:800px;
   height:2px;
}

#AMWInterfaceFooterMenu{
   clear:both;
   width:100%;
   height:15px;
   overflow:hidden;
   background-color:#E6BE99;
   text-align:right;
   padding:0;
   margin:20px 2px 0px 2px;
}

   #AMWInterfaceFooterMenu ul{
      margin:0;
      padding:0;
      float:right;
   }

      #AMWInterfaceFooterMenu ul li{
         margin:0;
         padding:0px 4px;
         line-height:1;
         background:none;
         float:left;
      }

         #AMWInterfaceFooterMenu ul li a{
            line-height:1;
            font-size:0.8em;
            color:#900;
         }

#AMWInterfaceFooter{
   background:#F4DED0 url(../images/AMWInterfaceFooter.jpg) no-repeat left bottom;
   border-top:1px solid #FFF;
   padding-bottom:10px;
}

   #AMWInterfaceFooter p{
      margin:2px;
      font-size:0.8em;
      line-height:1em;
      text-align:justify;
      color:#71828A;
   }

   #AMWInterfaceFooter p img{
      margin:0 35px;
   }

#AMWInterfaceCopyright{
   display:none;
}

.AMWInterfaceClear{
   clear:both;
}

#AMWInterfaceCityBox{
      background: transparent url(../images/citypulldown.jpg) no-repeat top left;
      position:relative;
      width:270px;
      height:30px;
   }
      #AMWInterfaceCityBox ul{
         position:absolute;
         z-index:1000;
         display:none;
         top:-181px;
         left:0px;
         width:270px;
         height:200px;
         overflow:scroll;
         overflow-x:hidden;
         margin:0;
         padding:0;
         border:1px solid #E6BE9A;
         background:#F4DED0;
         list-style-type:none;
      }

        #AMWInterfaceCityBox ul li{
           margin:0;
           padding:0;
           border:0;
           background:transparent;
           list-style-type:none;
           padding-left:10px;
           border-bottom: 1px solid #E6BE9A;
        }

           #AMWInterfaceCityBox ul li a,
           #AMWInterfaceCityBox ul li a:active,
           #AMWInterfaceCityBox ul li a:visited{
              font-size:1em;
              text-decoration:none;
              color: #00637E;
           }

           #AMWInterfaceCityBox ul li a:hover{
              text-decoration:underline;
           }

#AMWContentBlockMenu{
}

   #AMWContentBlockMenu li{
      padding:0;
      margin:0;
      background:none;
   }

      #AMWContentBlockMenu li a{
         display:block;
         padding:0px 2px;
         line-height:1.5;
         color:#900;
         border:1px solid #E6BE99;
         background: #F4DED1;
      }

      #AMWContentBlockMenu li a:hover{
         text-decoration:none;
         border:1px dotted #DAB491;
         background: #E8D3C6;
      }