/* about.css */
#bio
{
  width: 27em;
  text-align: left;
  margin: auto;
  font-family: "Perpetua";
  font-size: 1.1em;
  color: #FFEA03;
  margin-top: 4em;
}

#ident
{
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
}

#secNav
{
  position: fixed;
  font-family: Perpetua;
  color: #FFEA03;
  top: 16em;
}

#secNav li
{
  text-decoration: none;
  list-style: none;
  font-size: 1.04em;
  text-align: center;
}

#divider
{
  position: relative;
  left: 0em;
  width: 35em;
  text-align: center;
  margin: auto;
}

#certifications
{
  position: relative;
  left: 5em;
  width: 35em;
  text-align: left;
  margin: auto;
  color: #FFEA03;
  font-family: Perpetua;
  font-size: 1.1em;
}

#certifications li a:link,
#certifications li a:visited
{
  color: #FFEA03;
  text-decoration: none;
  outline: none;
}

#certLink:link,
#certLink:visited
{
  color: #FFEA03;
  text-decoration: underline;
  outline: none;
}

#certifications li a:hover,
#certifications li a:active,
#certLink:hover,
#certLink:active
{
  color: #FFF5A1;
  text-decoration: underline;
  outline: none;
}

#mb_reiki3
{
  display: none;
}

#mb_tibetan
{
  display: none;
}

#mb_usui
{
  display: none;
}

#mb_alw
{
  display: none;
}

#mb_aroma1
{
  display: none;
}

#mb_aroma2
{
  display: none;
}

#mb_pip
{
  display: none;
}

#certPadding
{
  padding-top: 9em;
}

#certLinkText
{
  text-align: center;
  margin: auto;
}

