html                {
                         margin-left : -8px;
                         background-image : url('design/background.jpg');
                         font-family : Georgia;
                         line-height : 16pt;
                         letter-spacing : -0.5px;
                         color : #fae4be;
                      }
                      
p                   {
                         text-indent : 50px;
                         margin-top : 0px;
                         margin-bottom : 0px;
                         padding-bottom : 20px;
                         
                      }
                
.MAIN               {
                         margin : 0 auto;
                         width : 740px;
                         height : auto;
                      }
                
.LOGO               {
                         margin-top : 75px;
                         width : 740px;
                         height : 79px;
                         text-align : center;
                      }
                
#MENU               {
                         width : 740px;
                         height : 428px;
                      }
                
.CONTENT-TOP         {
                         width : 740px;
                         height : 71px;
                         background-image : url('design/content-top.png');
                         background-repeat : repeat-y;
                         margin-left : 18px;
                      }
                
.CONTENT-TOP-TEXT    {
                         text-align : left;
                         font-size : 20pt;
                         font-style : italic;
                         padding-left : 120px;
                         padding-top : 22px;
                      }
                      
.CONTENT-MIDDLE      {
                         width : 740px;
                         height : auto;
                         margin-left : 18px;
                         background-image : url('design/content-middle.png');
                         background-repeat : repeat-y;
                      }
                      
.CONTENT-MIDDLE-TEXT  {
                         width : 625px;
                         height : auto;
                         font-size : 11pt;
                         padding-left : 40px;
                         text-align : justify;
                      }
                      
.CONTENT-BOTTOM      {
                         width : 740px;
                         height : 27px;
                         background-image : url('design/content-bottom.png');
                         background-repeat : repeat-y;
                         margin-left : 18px;
                      }
                      
.BOTTOM             {
                         background-image : url('design/bottom.png');
                         background-repeat : repeat-x;
                         position : absolute;
                         margin-top : 40px;
                         left : 0px;
                         width : 100%;
                         height : 81px;
                      }
                      
.BOTTOM-TEXT         {
                         width : 740px;
                         height : 30px;
                         text-align : center;
                         margin : 0 auto;
                         padding-top : 20px;
                      }