#all 
{
	width: 1000px;
	height: 1180px;
	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;
  width: 800px;
  height: 935px;
  
  
  
}

#right {
  
  float: right;
  width: 200px;
  background-color: #ccccff;
  
}

#footer {
  border: 0px green solid;
  clear: both;
  float: left;
  width: 1000px;
  height: 10px;
}