#container { width: 100%; height: 800px;
  margin: 0 0 0 0; /* top right bottom left */
  padding: 0;
  background-color: #ffffcc;
  
 }
 
 #container #banner {
  margin: 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 124px;
  position: absolute;
  top: 14px;
  right: 0;
  left: 19px;

 
}

#container #menu {width:100%; height: 40px; 
                  position: absolute;
                  left: 20px;
                  top:140px;
                  padding: 10 0 10 70;
                  font-size: 12px;
                  }
                  
#container #col1 {
  padding: 0 5 0 0;
  position: absolute;
  left:20px;
  top:140px;
  width:20%;
  height:600px;
  
}
#container #col2outer {
  width: 100%;
  float: right;
  margin: 0;
   padding: 10 0 0 0;
}
#col2outer #col2mid {
  position: absolute;
  left:250px;
  top:190px;
  width:40%;
  height: 650px;
   padding: 10 0 0 0;

}
#col2outer #col2side {
  position: absolute;
  left:580px;
  top:190px;
  width:40%;
  height: 650px;
     padding: 10 0 0 0;

}

#container #footer {
  float: left;
  width: 100%;
  border-top: #c00 solid 3px;
  position: absolute;
  top:830px;
  padding: 0 0 0 0;
}

p {font-family: arial;
	font-size: 12px;
	
	}
	
.indent {font-family: verdana;	
	    font-size: 10px;
	    color: #c00;
	    text-indent: 5px;
	    line-height: 1px;
	    }