body {
  background: #00595e url(images/spirit/bkg_tile.gif) 0 0 repeat-x;
  margin: 0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
}

#root {
  width: 738px;
  padding: 27px;
  margin: 0 auto;
  background: #fff url(images/spirit/knot-background.png) 0 720px no-repeat;
}

#header {
  height: 157px;
  position: relative;
  border-bottom: 6px solid #00595e;
  background: url(images/spirit/header.jpg);
}

#header * {
  margin: 0;
  padding: 0;
  display: none;
}

#main {
  padding-left: 156px;
  overflow: hidden;
}


#sidebar {
  display: inline;
  float: left;
  position: relative;
  width: 156px;
  margin-left: -156px;
}

#content {
  padding: 28px;
  border-left: 2px solid #1c4241;
  overflow: hidden;
  position: relative;
}

#content hr {
  background-color: #375453;
  border: 0 none;
  height: 1px;
  width: 250px;
  margin: 2em auto 2em 0;
  
}

#mission-statement {
  height: 229px;
  background: url(/images/child_honouring/spirit-of-one/mission-statement.png) 0 0 no-repeat;
  overflow:hidden;
  margin-bottom: 1.2em;
}

#mission-statement * {
  text-indent: -9999em;
}

.learn-more {
  font-weight:bold;
}

#content .learn-more li {
  margin-bottom: 0;
}

#content ul {
  margin-top: 0;
  padding-left: 1.5em;
}

#content li {
  margin-bottom: 1em;
}

h3 {
  font-size: 1em;
  margin-bottom: 0;
}

a {
  color: #481c3b;
  font-weight: bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

