#head {
  text-align: center;
/*border-bottom: 5px silver double;*/
}

   body { background-image:url("greenstone2.jpg");}
           
          
           #italic { font-style: italic;}

            h1 {font-style: italic;
                text-align: center;
                color:white;
               /* background-color:#aaa;*/
                border-color: #aca;
                  border-style: double;}
            
            h2 {color: #aaffaa;
                text-align:center;
              border-bottom: 2px #aca solid;}
              
            h3 {color: #afa;}
                
            li {color: #afa ; 
                list-style-type: none;
               font-size:large;
                font-weight:bold;}  
                
           a {color:#ffcc14;
               /* background-color:silver*/}  
           
            a:hover{color:black;
                 background-color:#ffcc14}
                 
            p {color:white;}       
                   
#left {
 /*border-right: 3px red solid;*/
  float: left;
  width:45%;
 /* min-height:75em;*/
  padding-left: 1%;
}

#right{
  /* border: 3px blue solid; */
 /* border-left: 2px #aca solid;*/
  float: left;
  width:50%;
  margin-left: 1%;
  padding-left: 1%;
}

#footer {
 border-top: 5px #aca double;
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}