body {Font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      background-color: #313131;
      font-size:100%;
      margin:0px;
      padding:0px;
      text-align:center;
      }
      
h1, h2 {text-align:center; 
    color:black; 
    font-size:120%;
    font-weight:bold; }
h1 {font-size:170%; }

h3 {text-align:center;
    color: green;
    font-size:100%;
    font-style:italic;}
    
h4 {text-align:center;
    color:green;
    font-size:85%;
    font-style:italic; }
    
h5 {font-style:italic;font-weight:bold; font-size:medium;} /*Used to italicize and bold selected text */
 
h6 {text-align:center;
    font-size:100%; }  /*This is used only to center code. */
      
#header{width:100%;
      height:200px;
      position: fixed;
      }
      
#content {margin-top:1px;
     margin-left:10px;
     margin-right:25%;
     color:black;
     padding-left:1%;
     padding-right:1%;
     text-align:left;
     background-color:#FDF95E;
     }
     
#garden /*  The garden page is on a white background */
     {margin-top:1px;
     margin-left:10px;
     margin-right:25%;
     color:black;
     padding-left:1%;
     padding-right:1%;
     text-align:left;
     background-color:white;
     }
     
#sidebar {position:absolute;
     font-weight:normal;
     top: 250px;
     left:80%;
     width:18%;
     padding-right:1%;
     color:yellow;
     text-align:center;
     background-color:#3FAB23;
     }
     
/* Control the table that contains updates */     
#update
   {position:absolute;
     font-weight:normal;
     top: 190px;
     left :80%;
     width:18%;
     padding-right:1%;
     color:yellow; 
     text-align:center;
     background-color:#3FAB23;
     border-color:red;
     border-style:double;
     border-width:thick;}
     
/* Control schedule table - in main block */
#sched {border:outset;
    border-color:red;
    border-width:thick;
    color:yellow;
    background-color:#3FAB23;
    margin-left:10%;
    font-size:110%;
    text-align:left;
    }
    
thead {font-size:130%;
    text-align:center; }
 
/* Control past scheduled items in main block */
tr.past {color:tan; }  
       
/* Control Table for Calendar in photoshow page*/
#clndr {border:thick outset red;
    color:yellow;
    background-color:#3FAB23;
    outline-color:green;
    outline-width:thick;
    padding:5px;
    text-align:left;}        
    
/* Control Rain Delay div */
#raindelay {color:white;
     position:absolute;
     margin-top:40px;
     margin-left:550px;
     height:168px;
     width:105px;
     border:double;
     border-color:red; } 
     
/* Control the activate div */
#activate {text-align:center;}
     
/* Style a simple table */
table.simple {color:#3FAB23;
      border: 4px double red;
      width: 500px;
       }
       
/* Style a transparent table */
table.transparent {color:#3FAB23;
      border:none;
      width: 350px;
      font-style:italic;
      font-weight:bold;}
      
/* Style all photos */
img.body {border:outset red thick;}  
           
/* Control Anchors */
   a:link, a:active, a:visited {color:black; text-decoration:underline; }  
   a:hover {color:red; text-decoration:underline; } 
         
/*Control copyright*/
p.copyright {color:white; padding-top: 5px; margin-left:12%; font-style:italic; font-size:100%; }

/* Control footer placement */
#footer{clear:both; font-size:150%; color:red;margin-left:30%; width:600px;}
      
