﻿<style type "text/css">
      
   
.header{height: 75px;
	      width: 100%;
        background-color:green;
  }
   
.header2{height: 75px;
	       width: 95%;
         background-color:green;
         margin: 0 auto;      
	}
   
.nav{ display:inline;
  height: 500px;
  width: 15%;
  background-color:grey;
  float:left;
  } 
.section{ display:inline;
	height: 500px;
	width: 70%;
	background-color:red;
	float:left;
  } 
.article {height: 300px;
	width: 95%;
	background-color:orange;
	margin: 0 auto;
  }
.footer {height: 75px;
	width: 95%;
	background-color:pink;
	margin: 0 auto;
  }
.footer2 {height: 75px;
	width: 100%;
	background-color:pink;
	float:left;
	}
</style>
   
      