<!DOCTYPE html>
<html>
<head>
<style>
#header{
 background-color:red;
 color:blue;
 text-align:center;
 padding:5px;
 height:2000px;
 width:400px;
}
#nav {
 line-height:30px;
 background-color:yellow;
 height:300px;
 width:110px;
 float:left;
 padding:5px;
}
#section{
  width:500px;
  float:left;
  padding:40px;
}  
#table,th,td{ 
  width:100%;
  height:50px
}
#footer{
 background-color:black;
 color:white;
 clear:both;
 text-align:center;
 padding:5px;
}
