#all 
{
	width: 1000px;
	height: 1088px;
	margin-left: auto;
	margin-right: auto;
	border: 1px black solid;
}


#head {
  
  float: left;
  width: 1000px;
  height: 205px;
  clear: both;
}

#Menu {
  
  float: left;
  width: 1000px;
  height: 30px;
  clear: both;
}

#left {

  float: left;
  height: 700px; 
  width: 10%;
  
}

#middle {

float: left;
width: 80%;
height: 700px;
	
}

#right {
  
  float: right;
  width: 10%;
  height: 700px;
  
}

#footer {
  border: 0px green 1095lid;
  clear: both;
  float: left;
  width: 1000px;
  
}
