﻿div.Header { text-align: center;
             position:   relative;
             background: URL( Sky.jpg ); 
             background-repeat: repeat-x;
             background-position: center center ;
             height: 105px;
             margin: 32px 16px 24px 16px;
             z-index: 0;
           }

div.HdrLeft { position: absolute;
              top:    0px;
              left:   0px;
              width:  103px;
              height: 137px;
              background: URL( Shield.png );
              margin-top: -16px;
              margin-left: 16px;
              z-index: 2;
            }

div.HdrCenter { position: absolute;
                top:      0px;
                bottom:   0px;
                left:     0px;
                right:    0px;
                margin-left: 137px;
                margin-right: 137px;
              }

div.HdrCtrLeft { position: absolute;
                 top:      0%;
                 left:     0%;
                 width:   50%;
                 height: 105px;
                 background: URL( LogoTitle.png ); 
                 background-position: center center;
                 background-repeat: no-repeat;
                 z-index: 3;
               }

div.HdrCtrRight { position: absolute;
                  top:      0px;
                  left:    50%;
                  width:   50%;
                  height: 137px;
                  background: URL( MaidenUSA.png ); 
                  background-position: top center;
                  background-repeat: no-repeat;
                  z-index: 1;
               }

div.HdrRight { position: absolute;
               top:    0px;
               right:  0px;
               width:  103px;
               height: 137px;
               background: URL( Squadrons.png );
               margin-top: -16px;
               margin-right: 16px;
               z-index: 2;
             }



