html {
  overflow-x: auto;
  overflow-y: scroll;
}

img, * { behavior: url("http://www.lawtonps.org/jlevan/12/js/iepngfix.htc") }

body {
  background: white url("http://www.lawtonps.org/Schools/Whittier/img/background.png") top left repeat-x;  
  font-family: arial,sans-serif;
}

#header {
  background: white url("http://www.lawtonps.org/Schools/Whittier/img/header.png") top left no-repeat;
  padding-top: 125px;
  padding-bottom: 15px;  
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

#header a { 
  color: white;
  text-decoration: none;
}

#content h2 a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: red;
}

#footer {
  background: white url("http://www.lawtonps.org/Schools/Whittier/img/footer.png") top center no-repeat;
  padding-top: 30px;
  padding-bottom: 70px;
  text-align: center;
  color: white;
  font-size: 10px;
  font-weight: bold; 
}

#footer a { 
  color: white;
  text-decoration: none;
}

a { 
  color: red;
}

#facultybox {
  display: inline;
  width: 200px;
  clear: none;
}