#all  {	   width: 1080px;	   height: 1200px;	   margin-left: auto;	   margin-right: auto;	   }#header {	  background-image: url("webbannerheader.jpg");	  text-align: center;	  border-bottom:  3px double gray;	  float: left;	  width: 1080px;	  height: 324px;	   }#left {	  float: left;	  width: 220px;	  min-height: 830px;	  background-color: #d9e1e3;	  clear: left;	  	  }	  #center {		float: left;		width: 640px;		min-height: 830px;		background-color: #aee0f1;		}		#right {	   float: left;	   width: 220px;	   min-height: 830px;	   background-color: #d9e1e3;	   }	   #footer {		background-image: url("webbannerfooter.jpg");		border-top: 1px black solid;		float: left;		width: 1080px;		height: 324px;		clear: both;		text-align: center;