@charset "utf-8";

div#content li {
    padding: 0 0 0 15px;
    margin: 0 0 40px 30px;
    background: url(img/bullet2.gif) no-repeat center left;
}
div#content li a {
    font-size: 14px;
    color: #16A6D3;
    font-weight: bold;
    text-decoration: none;
}
div#content ul {
	zoom: 1;
	line-height: 1.6em;
}
div#content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
