* {
  margin: 0px 0px;
  padding: 0px 0px;
}

html {
  margin-bottom:0.01em;
  height:100%;
}

body {
  background-color:#e1f0f9;
  font-family: Tahoma;
  font-size: 14px;
  color: #ffffff;
}

img{
  border:0px;
}

h2{
  font-size:22px;
  font-family:Tahoma;
  font-weight:bold;
  text-align:left;
}

h3{
  font-size:12px;
  font-family:Verdana;
  font-weight:bold;
  text-align:center;
  /*color:#c03a53;*/
  color:#ffffff;
}

#main{
  width:800px;
  padding:0px;
  margin:0px;
}

td.logo{
  width:226px;
  height:303px;
  background: transparent url(images/logo.jpg) no-repeat top left;
}

td.top_pane{
  width:574px;
  height:303px;
  background: transparent url(images/top-pane.jpg) no-repeat top left;
}

td.menu_pane{
  width:226px;
  height:671px;
  background: transparent url(images/menu-bg.jpg) no-repeat top left;
}

td.content_pane{
  width:554px;
  height:651px;
  background: transparent url(images/page_content.jpg) no-repeat top left;
  padding:10px;
}

td.page_footer{
  width:800px;
  height:50px;
  background: transparent url(images/footer-bg.jpg) no-repeat top left;
  text-align:center;
}

p.poem, p.info{
  text-align:center;
  line-height:30px;
  font-size:18px;
  color:#2a3990;
}

p.junior-head{
  padding-top:30px;
  padding-bottom:30px;
  font-size:34px;
  text-align:center;
  color:#2a3990;
}
