html
{ min-height: 100%;}

*
{ margin: 2;
  padding: 2;}

body
{ font-family:Arial; color:black; 
  background:  #CCFFFF;
 background:url(pics/wood.jpg); }

<align:centre>


p
{padding: 10px 0 20px 0;
  line-height: 1.7em;}

       h1 {font-family:Arial, cursive; color:#008000;text-shadow : 2px 2px 2px #000000}
        h2 {font-family:Arial, cursive; color:#008000;text-shadow : 1px 1px 1px #000000}
        h3 {font-family:Arial; color:#008000;  text-shadow : 1px 1px 0px #000000} 
        h4 {font-family:Arial; color:#008000; text-shadow : 1px 1px 0px #000000} 

h1 {padding: 35px 20px 20px 20px;} 
h2  {padding: 20px 30px 20px 20px;} 
h3  {padding: 20px 20px 20px 20px;} 

 A:link {text-decoration: none; color: #0000FF;}
 A:visited {text-decoration: none; color: #800080;}
A:active {text-decoration: none; color: #008000;}
 A:hover {text-decoration: underline;  color: #FF0000;}

ul
{ margin: 2px 10px 22px 30px;}

ul li
{ list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 20 px 10px 10px 10px;}

#header , #menubar, #content, #footer
{ margin-left: auto; 
  margin-right: auto; }

#header
{width: 1200px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 20px 20px 0 20px;
   background: #FFFFCC;} 

.sidebar {float: left; width: 200px; padding 10px 0 20px 10px;  text-align: right;}

#logo
{ width:200px;
   text-align: right;
  height: 120px;}

 #logo_text 
{ width:800px; 
   text-align: right;}

#menubar
{ width: 1200px;
  height: 85px;
 padding: 0 20px 0 20px;
  background:  #FFFF00;} 



#content
{ width: 1200px;
   text-align: center;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 20px 20px 20px 20px;
  background: #FFFFCC;} 

.left { text-align: left}


#footer
{width: 1200px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 0 20px 10px 20px;
  background: #FFFFCC;} 

 #footer ul li {display:inline;
 padding: 0 20px 0 20px;}



    table{ width : 100%; caption-side: top ; margin : 0 0 20px  ; text-align : center }

    th      { padding:1em ;  border-style:double  }
    td      { padding:1em ;  border-style:double  }

    table.fix { table-layout: fixed ; background:yellow  }

    table.normal { background: white }

<revised 12th July 2017>