body{
   font-family: arial;
   font-size: 0.9em;
   background-image: url('../images/bg.jpg');
   background-repeat: no-repeat;
   background-position: top center;
   background-color: #dcd2c1;
}

   div#site_wrapper{
      margin: 0px auto;
      width: 747px;
      padding-left: 24px;
      padding-right: 24px;
      background-image: url('../images/site_wrapper_bg.png');
      background-repeat: repeat-y;
   }

      div#header{
         position: relative;
         height: 94px;
         width: 747px;
         background-image: url('../images/hdr_bg.jpg');
         overflow: hidden;
      }
         
         div#hdr_left{
            position: absolute;
            left: 0px;
            width: 58px;
            height: 747px;
            background-image: url('../images/hdr_left.jpg');
            overflow: hidden; 
         } 

         div#hdr_right{
            position: absolute;
            right: 0px;
            width: 5px;
            height: 747px;
            background-image: url('../images/hdr_right.jpg');
            overflow: hidden; 
         }    

         img#hdr_logo{
            position: absolute;
            left: 60px;
         }    

         div#menu_header1{
            position: absolute;
            right: 10px;
            top: 10px;
            color: #ffffff;
            font-size: 0.9em;
         }         
         
         div#menu_header2{
            position: absolute;
            right: 10px;
            bottom: 0px;
            line-height: 38px;
            color: #ffffff;
            font-size: 0.9em;
         }
         
         div#header a{
            color: #ffffff;
            text-decoration: none;
         }

         div#header a:hover{
            border-bottom: 1px solid;
         }
         
      div#mc_wrapper{
         padding-top: 17px;
         background-image: url('../images/mc_top.jpg');
         background-repeat: no-repeat;
      }

         div#menu_section{
            width: 177px;
            float: left;
         }
         
            div#menu_section a{
               padding-left: 10px;
               line-height: 35px;
               color: #ffffff;
               text-decoration :none;
            }
         
            a.sub_menu_top{
               width: 167px;
               height: 35px;
               display: block;
               background-image: url('../images/smnu_top_item.jpg');
               background-position: 0px 0px;
               background-repeat: no-repeat;
               overflow: hidden;
            }

            a.sub_menu_top:hover{
               background-image: url('../images/smnu_top_item.jpg');
               background-position: 0px -35px;
            }

            a.sub_menu_item{
               width: 167px;
               height: 35px;
               display: block;
               background-image: url('../images/smnu_item.jpg');
               background-position: 0px 0px;
               background-repeat: no-repeat;
               overflow: hidden;
            }

            a.sub_menu_item:hover{
               background-image: url('../images/smnu_item.jpg');
               background-position: 0px -35px;
            }
            
         div#content{
            padding: 15px;
            width: 536px;
            float: right;
         }
         
            div#content h1{
               margin-bottom: 10px;
               color: #00328e;
               font-family: "arial narrow", arial;            
               font-size: 1.9em;
               font-weight: normal;
            }

            div#content h2{
               margin-top: 10px;
               margin-bottom: 10px;
               margin-left: 10px;
               font-family: "arial narrow", arial;            
               font-size: 1.4em;
               font-weight: normal;
            }

            div#content p{
               margin-top: 10px;
               margin-bottom: 10px;
               margin-left: 20px;
               font-family: arial;            
               font-size: 1.0em;
            }
            
            div#content ul{
               margin-top: 10px;
               margin-bottom: 10px;
               margin-left: 40px;
               font-family: arial;            
               font-size: 1.0em;
               list-style-type: disc;
            }
            
         div#mc_bottom{
            height: 9px;
            width: 747px;
            overflow: hidden;
            background-image: url('../images/mc_bottom.jpg');
         }
      
      div#footer{
         height: 35px;
         width: 747px;
         overflow: hidden;
         background-color: #000000;
      }

         div#footer a{
            color: #ffffff;
            text-decoration: none;
         }

         div#footer a:hover{
            color: #ffffff;
            border-bottom: 1px solid;
         }
         
         div#footer p.copyright{
            margin-left: 10px;
            line-height: 35px;
            text-align: left;
            font-size: 0.7em;
            color: #ffffff;
            float: left;
         }
         
         div#footer p.credit{
            margin-right: 10px;
            line-height: 35px;
            text-align: right;
            font-size: 0.7em;
            color: #ffffff;
            float: right;
         }
    
      div#footer_bottom{
         margin: 0px auto;
         height: 22px;
         width: 747px;
         padding-left: 24px;
         padding-right: 24px;
         overflow: hidden;
         background-image: url(../images/footer.png);
      }
