#container {
    width: 960px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background-color: #FFFFFF;
    }
  
#header {
    width: 100%;
    padding 0;
    Background-color: #FFFFFF;
    }
  
h2  {
    font-family: "Arial", "Helvetica", "Verdana", "Sans Serif";
    color: black;
    font-size: 1em;
    font-weight: normal;
    }
    
h1  {
    font-family: "Arial", "Helvetica", "Verdana", "Sans Serif";
    color: black;
    font-size: 1.5em;
    font-weight: normal;
    }
    
#services {
           width: 100%;
           padding: 0;
           background-color: #3D8E33;
           text-align: center;
           line-height: 180%;
           }
           
h3         {
           font-weight: regular;
           font-family: "Arial", "Helvetica", "Verdana", "Sans Serif";
           font-size: 1.7em;
           color: white;
           
           
           }
           
.address    {
            font-weight: regular;
            font-family: "Arial", "Helvetica", "Verdana", "Sans Serif";
            font-size: 1em;
            line-height: 1.5em;
            color: #82786F;
            
            }
            
#contact   {
           width: 100%;
           height: 200px;
           padding: 0;
           background-color: #FFFFFF;
           text-align: left;
           }
           
        a   {
             text-decoration: none;
             font-weight: bold;
             color: #7D7D7D;
             }
           
