#header {
  background: #d7f9e8;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 20%;
}
#leftcol {
  background: #d7d9e8;
  position: absolute;
  top: 25%;
  left: 0;
  width: 22%;
  height: 100%;
  font-family:"Bradley Hand ITC","New York", "MS Serif", serif;
  font-size: 1.0em;
}

#leftcol ul{
  list-style: none;
  margin-left:1%;
  margin-top:1%;
}

#leftcol li{
  margin-top:2px;
}

#leftcol a{text-decoration:none; color:#000000;}

#leftcol a:link {text-decoration:none;}
#leftcol a:visited {}
#leftcol a:hover {text-decoration:underline;}
#leftcol a:active {}

#content {
  background: #fff;
  position: absolute;
  top: 35%;
  left: 25%;
  width: 68%;
  height: 100%%;
  padding-left:3%;
  padding-top:3%px;
  padding-right:3%;
}

#content h1{
  font-size:3.0 em;
  font-family:"Bradley Hand ITC","New York", "MS Serif", serif;
  font-weight:bold;
  text-align:center;
}

#content h3{
  font-size:1.9em;
  font-family:"Bradley Hand ITC","New York", "MS Serif", serif;
  font-weight:bold;
  text-align:center;
}

#content p{
  font-size:1.3em;
  font-family:"Bradley Hand ITC","New York", "MS Serif", serif;
  Font-weight:normal;
  text-align:center;
}

#footer {
  font-family:"Bradley Hand ITC","New York", "MS Serif", serif;
  font-size:1.0em;
  width: 540px;
  height: 60px;
text-align: center;
  padding-bottom:20px;
}

#footer hr {
 width:300px;
}
