#body       { margin: 0 auto;
              max-width: 1044px;
              background-color: #bcd1d4;
              box-shadow: 8px 8px 8px 2px #666;
              border-radius: 12px;
              border:1px solid #aaaaaa;
             }

#header      { width: 1042px;
               height: 100px;
               position: fixed;
               background: linear-gradient(to right, #8cbfc3, white);
               border-right:1px solid #aaaaaa;
               border-left:1px solid #aaaaaa;
               border-radius: 12px 12px 0px 0px;
             }

#top-bar     { margin-top: 28px;
               height: 40px;
               background-color: #0d6579;
             }

#content     { float: left;
               width: 100%;
               background-color: #8cbfc3;
               margin-top: 100px;
             }

#middle      { width: 96%;
               height: auto;
               background-color: #ffffff;
               float: left;
               padding: 10px;
               overflow: auto; 
             }

#right       { width: 96%;
               height: auto;
               float: center;
               overflow: auto;
             }

#footer      { clear: both;
               height: 40px;
               width: 1042px;
               overflow: auto;
               background: linear-gradient(to right, #8cbfc3, white);
               border-right:1px solid #aaaaaa;
               border-left:1px solid #aaaaaa;
               border-radius: 0px 0px 12px 12px;
             }

#bottom-bar  { margin-top: 10px;
               padding: 2px;
               height: 20px;
               background-color: #0d6579;
             }
