html {
  height: 100%;
}

body {
  background: #f8f5ef;
  height: 100%;
  margin: 0;
  padding: 0;
}

#wrapper {
  min-height: 100%;
  height: auto!important;
  height: 100%;
  width: 100%;
  margin: 0 auto -90px;
}

#header {
  width: 100%;
  height: 195px;
  background: #002e58 url('/pics/header.jpg') top center no-repeat;
}

.content {
  padding-top: 56px;
  width: 879px;
  margin: 0 auto;
}

.content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content ul h2 {
  display: none;
}

.content ul li {
  margin: 0 5px;
  padding: 0;
  float: left;
  display: inline;
}

.content ul li a {
  width: 283px;
  height: 0;
  overflow: hidden;
  display: block;
  padding-top: 395px;
}

.content ul li a#ps {background: url('/pics/preschool.jpg');}
.content ul li a#school {background: url('/pics/school.jpg');}
.content ul li a#church {background: url('/pics/church.jpg');}


#footer, #push {
  height: 90px;
}

#footer {
  width: 100%;
  background: url('/pics/footer_bg.png') top left repeat-x;
}

#footer_inner {
  width: 100%;
  position: relative;
  height: 90px;
  background: url('/pics/footer.jpg') top center no-repeat;
}

address {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  padding-top: 7px;
  text-transform: uppercase;
  font-style: normal;
	line-height: 14px;
}

#edlio {
  margin: 0 auto;
  padding-top: 16px;
}

a#edlio_logo {
  width: 245px;
  height: 0;
  padding-top: 22px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  background: url('/common_pics/edlio.png');
}






