/* Style sheet for the Edgecomb Historical Society basic image pages */

div.holder { height: 5em; }
       
div#header { height: 100%;
	         width: 90%;
             float: right;
             font-size: 120%;
             background-color: silver; }
             
#top { height: 25%;
       margin-top: 0.2%;
       padding-left: 22%; } 
       
* html #top { margin-top: 1%; }         /* Hack for IE margin */
       
#top:first-letter { color: blue;
                    font-size: 150%; }
         
#middle { height: 25%;
          padding-left: 44%; } 
                      
#middle:first-letter { color: blue;
                       font-size: 150%; }
         
          
#bottom { height: 25%;
          margin-bottom: 0.5%;
          padding-left: 65%; }
                       
#bottom:first-letter { color: blue;
                       font-size: 150%; }
         
div#homelink { font-family: courier, sans-serif;
               font-size: 1.5em;
	           height: 99%;
	           width: 9%;
	           float: left;
	           border: 1px solid rgb(100,200,200); }
	           
#homelink p { margin-top: 0.35em;
              text-align: center;
              font-weight: bold; }
