body
{
  background-color: #f1f1f1;
  margin: 5px;
}

h1 { margin: .15em 1em 0.5em 0 }

dt
{
  font-weight: bold;
}
dd
{
  margin-bottom: 5px;
}

#banner_back
{
  background: url(/images/title_center.gif) repeat-x top left;
  height: 76px;
}

#banner
{
  background: url(/images/title_right.gif) no-repeat top right;
  height: 76px;
}

#header img
{
  margin: 0px;
  padding: 0px;
}

#nav
{
  position: absolute;
  left: 5px;
  margin-top: 1ex;
  background: #fff url(/images/menu_top.gif) no-repeat top left;
  width: 176px;
  padding-top: 29px;
}

#nav ul
{
  margin: 0px;
  padding-bottom: 1ex;
  padding-left: 6ex;
  list-style-image: url(/images/flower.gif);
  border-color: #6d6d6d;
  border-style: solid;
  border-width: 0px 2px 2px 2px;
}

#nav ul :hover
{
  list-style-image: url(/images/flower_hover.gif);
}

#nav li a
{
  border: 0px;
  color: #55654F;
  text-decoration: none;
}

#nav li a:hover
{
  background-color: transparent;
}

#main
{
  margin: 1ex 0 1ex 189px;
  background-color: #fff;
  padding: 1ex 2ex 3ex 2ex;
  border: 2px solid #6d6d6d;
}

#content
{
  padding: 1ex 1ex 1ex 16px;
  position: relative;
}

#content h1, #content h2, #content h3
{
  margin-left: -16px;
}
