#div {width: 800px;}ul.left {	float: left;	width: 400px;		margin: 0px;	padding: 15px 0px;	border: 0px none;		list-style-position: inside;	list-style-type: square;	position: relative;	left: 50px;}ul.right {	float: right;	width: 400px;		margin: 0px;	padding: 15px 0px;	border: 0px none;		list-style-position: inside;	list-style-type: square;}.no-space {	margin: 0px;	padding: 0px;}