#left_half {
	width: 45%;
	float: left;
	}
	
#right_half {
	margin-left: 50%;
	}
	
#left_half h3, #right_half h3 {
	background-image: url(../icons/bullet_bw.gif) no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
	}