div#content {
  margin-top: 45px;
  background-color: #FFFEFD;
  text-align: center;
}

div.s_body {
  width: 70%;
  margin: auto;
  padding: 2%;
  text-align: left;
  background-color: #FFF;
}

div.s_body ul.l_list {
  width: 70%;
}

div.s_body ul.l_list a {
  width: 50%;
}

div.s_body ul.l_list,
div.s_body ul.m_list {
  margin: 0;
  padding: 0;
}

ul.l_list {

}

ul.m_list {
  float: right;
  width: 40%;
}

div.s_body ul.m_list a {
  display: block;
  width: 100%;
}

li.l_item {
  list-style: none;
  border-bottom: 1px dotted #CCC;
  padding: 1%;
}

li.l_top {
  border-top: 1px dotted #CCC;
}

li.m_item {
  list-style: square;
  border-bottom: 1px dotted #CCC;
  padding: 2% 0% 2% 0%;

}

li.m_top {
  padding-top: 0%;
}

li.m_bottom {
  border-bottom: none;
}


div.s_body ul li a:link,
div.s_body ul li a:visited {
  text-decoration: none;
  color: #222;
}

div.s_body ul li a:hover {
  color: red;
}

@media screen and (max-width: 900px) {
    div.s_body {
	width: 95%;
    }

    div.s_body ul.l_list {
	width: 100%;
    }

    ul.m_list {
	width: 50%;

    }

}