/* Main */
BODY          {margin:0px;padding:0px; 
	       font: 11px Verdana, Arial, Helvetica, sans-serif;
               background: #000;
              }

table         {border:0px; border-collapse:collapse; width: 100%;}

table td      {padding:0px;} 

P,BR,DIV,TD   {font: 11px Verdana, Arial, Helvetica, sans-serif;}

a             {font: 11px Verdana, Arial, Helvetica, sans-serif;}
a:link        {color: #14376F; text-decoration: underline;} 
a:visited     {color: #14376F; text-decoration: none;     } 
a:active      {color: #14376F; text-decoration: underline;} 
a:hover       {color: #ff0000; text-decoration: underline;} 


#page       {MARGIN: 0px auto; WIDTH: 760px; POSITION: relative;}
#page_top   {background: #000 url(logo.gif) top left no-repeat;width:760px; height:175px;}
#page_left{width:144px; float:left; background: #000 url(/left.jpg) top left no-repeat;height:200px;}
#page_right{float:left; }
#m1{background: url(main1.gif) top left no-repeat;width:616px; height:18px;}
#page_main{background:#FFF; width:610px; margin:0px; padding:0px;}
#page_main .page_text{background:#FFF; padding:20px;}
#m2{background: url(main2.gif) top left no-repeat;width:616px; height:11px;}

#b1{margin-top:6px; background:#F1C72A url(bot1.gif) top left no-repeat; width:610px; height:9px;}
#b2{background: url(bot2.jpg) top left no-repeat;width:616px; height:10px;}
#page_bottom{background:#F1C72A; width:610px; margin:0px; padding:0px;}
#page_bottom .page_text{background:##F1C72A; padding:20px;}



/* MENU
-----------------------------------------------------------------------------------------------*/

#menu{
          margin: 0; padding:0;                                            
	  height:50px; 
          position: relative; z-index: 1000; text-align: left;
          background: url(bg_menu.jpg);
          font: bold 11px Verdana, Arial, Helvetica, sans-serif; 
}
#menu a{
          text-decoration: none;
}

#menu ul{
          margin: 0; padding:0;
          position: relative;
	  list-style-type: none;
padding-left:236px;

}
#menu li{
          width: auto; 
          float: left; position: relative; text-align: center;
          background: url(menu.gif) no-repeat left top; 
}
#menu li ul li{
          padding: 2px;
          background: #CA968D; 
}
html #menu li{
          margin-left:0;
}
#menu table{
          width: 0; height: 0; 
	  z-index: 100; position: absolute; left: 0; top: 0; 
          border-collapse: collapse; 
}

#menu a, #menu a:visited{
          padding:0 12px 0 10px;
          display: block;
          line-height:50px;
font-weight: bold;
          background: none transparent scroll repeat 0% 0%; 
          color: #BB6509; 
}
html #menu a:hover{
          line-height:50px;
          color: #7A4309;
          text-decoration: none;
          background: url(menu.gif) no-repeat left top; 
}

#menu ul li:hover ul, 
#menu ul a:hover ul, 
#menu ul :hover ul :hover ul,
#menu ul :hover ul :hover ul :hover ul{
          visibility: visible;
}
#menu ul :hover ul ul, 
#menu ul :hover ul :hover ul ul{
          visibility: hidden;
}

/* 
-----------------------------------------------------------------------------------------------*/

