div.twocol ul, div.twocol ol {
	float: right;
	width: 40%; 
	margin: 0;
	padding: 0;
	list-style-position: inside;
	}
div.twocol ul {
	list-style-type: square;
	}
div.twocol .left {
	float: left;
	position: relative;
	}
div.twocol {
	margin: 0;
	padding: 0;
	}
p {
	clear: both;
	}
