body{
   margin: 0px;
   padding: 0px;
   background-image: url("../images/bg.jpg");
   background-position: top center;
   background-repeat: repeat-x;
   background-color: #314a2e;
   font-family: verdana;
}

   div#header{
      margin: 0px auto;
      padding: 0px;
      width: 954px;
      height: 145px;
   }
   
      div#header img#hdr_logo{
         margin: 0px;
         margin-top: 20px;
         margin-left: 30px;
         padding: 0px;
      }

      div#header p#lang{
         margin: 0px;
         margin-top: 20px;
         margin-right: 30px;
         padding: 0px;
         float: right;
         color: #ffffff;
         font-size: 0.8em;
         height: 18px;
      }      
      
         div#header p#lang a{
            color: #ffffff;
            text-decoration: none;
         }      

            div#header p#lang a:hover{
               text-decoration: underline;
            }    

      div#menu{
         margin: 0px auto;
         padding: 0px;
         padding-right: 28px;
         height: 54px;
         width: 926px;
         background-image: url("../images/mnu_bg.png");
         background-position: bottom center;
         background-repeat: no-repeat;
         font-size: 0.9em;
      }
            
         div#menu a{
            display: block;
            margin: 0px;
            padding: 0px;
            padding-top: 12px;
            margin-right: 1px;
            height: 42px;
            width: 119px;
            text-align: center;
            float: right;
            text-decoration: none;
            background-image: url("../images/mnu_item.gif");
         }
         
         div#menu a.mainlevel{
            background-position: 0px 0px;
            color: #ffffff;
         }   

            div#menu a.mainlevel:hover{
               background-position: 0px -54px;
               color: #000000;
            }          

         div#menu a#active_menu{
            background-position: 0px -108px;
            color: #000000;
            padding-top: 10px;
            height: 44px;
            font-weight: bold;
         }          

      div#content{
         margin: 0px auto;
         padding: 10px;
         padding-left: 60px;
         padding-right: 60px;
         width: 834px;
         background-image: url("../images/cnt_bg.png");
      }
      
         div#content h1{
            font-weight: normal;
            font-size: 2.0em;
         }
         
         div#content h2{
            font-weight: normal;
            font-size: 1.4
         }
         
         div#content h3{
            font-weight: normal;
            font-size: 1.2
         }
         
         div#content p{
            font-size: 0.9em;
         }
         
   div#footer{
      margin: 0px auto;
      padding: 0px;
      width: 954px;
      height: 80px;
      background-image: url("../images/ftr_bg.png");
      background-position: top center;
      background-repeat: no-repeat;
      color: #ffffff;
      font-size: 0.8em;
   }
   
      div#footer p#copyright{
         margin: 0px;
         margin-top: 50px;
         margin-left: 30px;
         padding: 0px;
         float: left;
      }
      
      div#footer p#webworthy{
         margin: 0px;
         margin-top: 50px;
         margin-right: 30px;
         padding: 0px;
         float: right;
      }
      
      div#footer a{
         color: #ffffff;
         text-decoration : none;
      }
      
         div#footer a:hover{
            text-decoration : underline;
         }
