body{
      font-family: arial, verdana, serif, sans-serif; 
      border: 2px solid #665544;
      background-color: powderblue;}

         
            /*PAGE MAIN HEADERS (MAIN & SUB): J3 GLOBAL I.T. SOLUTIONS:
              NOTE: <h1> and <h2> Main heading and sub heading must never be inside the <head> 
              element.  These main and sub headings should be inside the <body> element AND 
              never with a <div> element*/   

           /*COMPANY LOGO ON FAR LEFT TOP*/
            .j3globallogo {
                       float: left;
                       margin-top: 10px;
                       margin-left: 20px;}
        /*GROUP PICTURE ON FAR RIGHT TOP */
        .align_right {
                      float: right;
                      margin-right: 40px;
                      margin-top: 10px;}

        /*MAIN PAGE HEADING AND SUB HEADING*/
            h3 {
                  text-align: center;
                  margin-left: 20px;
                  margin-top: 20px;
                 } 

              h4 {
                  text-align: center;
                  margin-top: 20px;
                } 
        
        /* THIS IS NAVIGATION LINKS*/
                    .nav {
                          text-align: center;}  

        /*CONTACT US ENTRY FORM*/
        .e-mail {
                 margin-left: 38px;}
     
         .t-phone {
                  margin-left: 3px;}

         .contactuspagecontent {
                                margin-left: 10px;
                                margin-top: 210px;
                               }

        #subbtn{
            margin-bottom: 10px;
        }

        /*NAVIGATION: */   
        .navitems {
            text-align: center;
            text-decoration: underline;
        }  

      .navitems:hover{
             color: yellow;
           }

      .mapimage{
        float:right;
      }


         /*HOME PAGE LINK */
          .gotohomepage {
                          margin-left: 10px;}

                 
           
          /*FOOTER*/
          footer {
               text-align: center;
               top: 5px;
               height: 40px;
               width: auto 0px;
               position: relative;}

           

                    