/* general LAYOUT */
div#navBorder		{ position: absolute;}
div#mastHead		{ position: absolute;}
div#Content	        { position: absolute;}
/**Note: the mastHead/navBorder shoudn't scroll: use 'fixed'; and 'absolute' as fall-back !! */
body>div#navBorder	{ position: fixed;}
body>div#mastHead	{ position: fixed;}
/* NOTE The '200em' below are more lines then fit on more than fit on most screens*/
div#navBorder 		{ top: 0;   width:10%; z-index:10; height: 200em; left:0;}
div#mastHead  		{ top: 0px; width:91%; z-index:90; height: 6em;  left:10%; white-space:nowrap;}
div#Content             { top: 5.65em; width:89%; z-index:0;  height: auto; left:10%;
                          border-left: 0.5em solid rgb(90%,95%,90%);}		/* Keep txt away of navBorder */

/***
   * The Footer:  smaller and left/right
   */
div#Footer              { font-size: 80%; clear:both;}
/* ALbert's name should be on all pages. It's in the footer, and doesn't need to draw attention */
p#nameAlbert 	        { text-align: left; float:left;
                          padding-right: 5em;
                          color: rgb(0%,0%,50%);}
#Footer p.revision-info {  width: 25%; float:right;
                          text-align: right;
                          color: navy; }




/* The url to 'this page' is hidden on screen; and shown (see print.css) in print */
a.url                   { display: none; }



/* Bazaar revno=64 */
