/* -- style.css -- */
.two_col ul { 
	margin: 0.2em 0.5em 1em 0.5em; 
	padding: 0em 0.5em 1em 0em; 
	line-height: 2em; 
} 
.two_col ul li { 
	width: 49%; 
	float: left; 
	margin-bottom:0.2em;
}