html { height:100%; max-height:100%;   
       padding:0; 
       margin:0; 
       border:0; 
       /* background:#343434;  */
       background:white;
       font-family: "Lucida Sans", Arial, Helvetica, sans-serif; font-size:1em;
       /* hide overflow:hidden from IE5/Mac */ 
       /* \*/ 
       overflow: hidden; 
       /* */ 
     }

body { height:100%; max-height:100%; min-height:600px;
       position:absolute; left: 0; width:100%; min-width:900px;
       overflow:hidden; padding:0; margin:0; border:0;
       font-size:1em;
       font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
       color:grey;
       background:white;
}

#lpic {  position:absolute; margin-left:-450px; 
	  left:50%;
          height:135px; top:100px;
          background:rgb(255,255,128);
          color:grey;
          width:200px;
          font-size:1em; z-index:5; overflow:auto;
      }

#menu {  position:absolute; margin-left:-450px; 
	  left:50%;
          height:350px; top:285px;
          background:rgb(255,255,128);
          color:grey;
          width:200px;
          font-size:1em; z-index:6; overflow:auto;
     }

#right { position:absolute;
          margin-left:-200px;
          width:550px;
	  left:50%;
          top:100px; bottom:50px;
          background:rgb(255,255,128);
          vertical-align: bottom ;
          color:grey;
          font-size:1em; z-index:4; overflow:auto;
      }

#backplane { position:absolute;
          margin-left:-400px;
          width:800px;
	  left:50%;
          height:100%; top:50px;
          background:rgb(255,255,212);
          vertical-align: bottom:0;
          color:grey;
          font-size:1em; z-index:4; overflow:auto;
      }

a:link { font-weight:normal; font-size:1em; color: #606060; text-decoration:none; }
a:visited { font-weight:normal; font-size:1em; color: #606060; text-decoration:none; }
a:hover { font-weight:normal; font-size:1em; color: #cc2b16; text-decoration:none; }
a:active { font-weight:normal; font-size:1em; color: #606060; text-decoration:none; }
a:focus { font-weight:normal; font-size:1em; color: #606060; text-decoration:blink; }

h1 { color:#cc2b16; font-weight:bold; font-size:1.9em;}
h2 { color:#cc2b16; font-weight:bold; font-size:1.7em;}
h3 { color:#cc2b16; font-weight:bold; font-size:1.5em;}
h4 { color:#cc2b16; font-weight:bold; font-size:1.4em;}
h5 { color:#cc2b16; font-weight:normal; font-size:1.3em;}
h6 { color:#cc2b16; font-weight:normal; font-size:1em;}

.inner { display:block; padding:5px 25px 5px 25px; }

a img {
         border: 0 none;
           }

img {
         border: 0 none;
           }
