/* Simple CSS2.1 style sheet for pageinfo */

/* Author: David Bruce (dib@dib-online.info) */


body	{ 
	  margin-left: 5% ; margin-right: 5%
	; margin-top: 0 ; margin-bottom: 0
	; padding: 0
      	}
body:after { clear: both }

div#header { margin-left: 100px ; margin-right: 100px ; padding-right: 0
        /* ; border: thin dotted red */
           } 
div#host
	{ float: right
	; width : 100px ; height : 100px
/*	; width : 9% */
/*	; width : 64px ; height : 64px */
/*
	  position: absolute ; top: 100px ; right: 5%
*/
        /* ; border: thin dotted red */
        } 

div#navigation { width : 100px ; float : left 
        /* ; border: thin dotted red */
        } 

div#contents { margin-left: 100px ; margin-right: 100px
             }
div#contents {
/*             ; border: solid thick olive */
             }

div#pageinfo
	{
/*	; position: absolute ; bottom: 0 ; right: 5% */
	}


/* for the time being, do without div#navigation  */

div#navigation { display: none }

/* end */
