* {
  margin:0;padding:0;
}
a {
  color:#006400;
  font-weight:bold;
}
body, html {
  color:#3B4D85;
  background:#CDB38B;
  font-style:italic;
  height:100%;
  text-align:left;
}
#wrap {
  z-index:2;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 0 -34px;
  text-align:center;
}
#foot, #push {
  height:34px;
  overflow:hidden;
}
#foot .foot-wrap {
  padding-right:16px;
  font-size:0.8em;
  font-style:italic;
  text-align:center;
}
#head {
  padding-top:12px;
  background:url('../imgs/bghead.gif') bottom left repeat-x;
  height:74px;
  overflow:hidden;
}
#head h1 {
  background:transparent url('../imgs/head.gif') top left no-repeat;
  height:44px;
  width:499px;
  margin-left:18px;
  text-indent:-99999px;
}
#menu {
  float:right;
  margin:24px 18px 0 0;
}
#menu ul {
  width:100%;
  overflow:hidden;
}
#menu li {
  float:left;
  margin-left:8px;
}
#menu a {
  display:block;
  padding:8px 12px;
  text-decoration:none;
  background:#FFF;
  font-size:1.2em;
}
#menu a:hover {
  text-decoration:underline;
}
#menu .active {
  border-top:4px solid #FFF;
}
#menu .active a {
  background:#CDB38B;
  padding:4px 12px 22px 12px;
  color:#FFF;
  font-weight:bold;
}
#content {
  text-align:left;
  margin:12px 0;
  padding:0 18px;
}
#content h2 {
  font-size:1.6em;
  border-bottom:2px solid #3B4D85;
  margin-bottom:8px;
}

