@charset "utf-8";

.left {
    float: left;
}

.right {
    float: right;
}

div#content p, div#content dt {
    clear: both;
}

div#content dt.left {
    margin 0 1em 0 0;
}
div#content dl {
	zoom: 1;
}
div#content dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
