



#header {
    background: #7be2bd url(../design/index-title.gif) no-repeat left;
    background-position: 10%;
     height: 50;
    padding-top: 1.0em;
    margin: 1px;
    border-bottom: solid 2px black;
    }

body {
    margin: 0px;
    /* add image to edge if wanted by inserting: background-image: url(gradient-bg.jpg) ; */
    background-color: #99ffcc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
   }


.blocks {
    float: left;
    margin: 5 25 35 95;
    background-color: #b3e6d4;
     left: 20px;
     border-top:  solid white2px;
     border-right: solid gray 2px;
     border-bottom: solid black 2px;
     border-left: solid gray 2px;
     height: 250;
    width: 250;
     }
    








#main {
    position: absolute;
    top: 75px;
    left: 20px;
    margin-top: 20px;
    margin-right: 30px;
    background-color: #99ffcc;
    }


#section-box {
    left: 10px;
    width: 530px;
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: left;
    font-size: smaller;

   }  /* This box surrounds the 'Welcome' section so that the margins at the top and bottom can be set easily  */



h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 2px;
    border-bottom: solid 0px #99ffcc;
    }

h2 {
    color: #474B94;
    font-size: 1.0em;
    font-weight: normal;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 0px;
    }

h3 {
    font-size: 1.0em;
    margin-bottom: 20px;
    }

h4 { 
    font-size: 0.8em; font-weight: normal;
    margin-bottom: 60px;
    background: pink;
    }

h2, p { margin-left: 0px; }



.image{
	
        border-style:outset;  /*put class between the image tags< > in the html to make the border stick to the image alone */
	border-color: #666666 #e7e7e7 #e7e7e7 #666666;
	border-width:2px;
        margin-bottom: 30px;
      }






