@charset "utf-8";

div#content h3 {
    clear: both;
}

div#content li {
    float: left;
}
div#content ul {
	zoom: 1;
}
div#content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#content img.alignleft {
    float: left;
    margin: 0 10px 0 0;
}
div#content img.alignright {
    float: right;
    margin: 0 0 0 10px;
}
div#content p {
	zoom: 1;
        line-height: 1.6em;
}
div#content p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
