<!--Converting to HTML5 codes from xhtml-->

	<!--This portion covers the Home Page and geral formatting applicable to most page-->
	    body { width: 100%;
                   min-height: 1400px;

		   background-color: #FBFEC9 ;
            }


            nav.box { width: 100%;
                      padding-left: 0px; 
                      padding-right:0px;
                      padding-top: 10px;
                      padding-bottom: 10px;
                      text-align: center;
                      background-color: #585946;
            }

            section#box { width: 100%;
                          padding:0px; 
                          padding-left: 0px; 
                          padding-right:0px;
                          padding-top: 10px;
                          padding-bottom: 10px;
                          background-color: #FBFEC9 ;
            }

            figrure#backimage { background-repeat: none;
            }


            a:link, a:visited { color:#19F541;
                                text-decoration: none;
                                font-size: 12pt; 
                                font-weight: bold;
            }


            a:hover, a:active { text-decoration: none;
                                color: #628794;
                                font-size: 12pt;
                                font-weight: bold; 
            }

            footer { position: relative;
                     text-align: center; 
                     font-size: x-small;
                     font-family: Arial, "Times New Roman", sans-serif;
		     padding-top: 500px;
            }

            figure#profilepic { position: relative;
                                left: 0px;
            }


            section#content { position: absolute;
                              left: 300px;
                              top: 450px;
			      padding-bottom: 2000px;
			

            }

            header#welcome { position: absolute;
                             left: 300px;
                             top: 400px;

            }

	<!--This section covers About Me page-->

             		      


            article#aboutme { position: relative;
                              left: 50px;
                              width: 80%;
            }                 
            

	    section#aboutme { width: 100%;
                              
                             padding-left: 0px; 
                             padding-right:0px;
                             padding-top: 10px;
                             padding-bottom: 10px;
                             background-color: #FBFEC9 ;
            }






