html * {
    outline: 0px #336699 solid;
}

header {
  background:#fff;  
  color: #000;
  text-align:left;
  position:relative;
  padding-top:0px;
  background-image:url(../img/headerfoto.jpg);
}

#left {
  position: relative;/*ie needs this to show float */
  width: 220px;/* same as the left margin on #outer*/
  float: left;
  margin-left: -239px;/*must be 1px less than width otherwise won't push footer down */
  padding-top: 0px;/*needed to make room for header*/
  left: -2px;/* push column into position*/
  border: 0;
  padding: 25px 0 0 33px;
}

#center {  
  margin: 0 30px 0 20px;
}

#right {
  position: relative; /*ie needs this to show float */
  width: 170px; /* same as right margin on #outer*/
  float: right;
  margin-right: -169px; /*must be 1px less than width otherwise won't push footer down */
  padding-top: 0px; /*needed to make room for header*/
  left: 2px; /* push column into position*/
  padding: 0 10px 0 0;
  text-align: right !important;
}

footer {  
  position:absolute;
  bottom:30px;
  width:100%;  
  clear:both;
  height:50px;
  border-top: 1px solid #ccc;
  background-color: #fff;
  color: #000000;
  text-align:center;
  font-size: 0.8em;
  margin-top: 25px;
}