#ppc-box {
	width: 650px;
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
}

#ppc-box .ppc-box {
	width: 48.5%;
	border: none;
	margin: 0;
	padding: 0;
}

/* box graphics style */
#ppc-box .ppc-box .ppc {
	padding: 20px;
	border: 0px;
	clear: none;
}

/* fonts and colors of content */
#ppc-box .ppc-box .ppc ul li p {
	font-size: small;
	color: gray;
	clear: none;
}

/* box positioning and spacing */
#ppc-box .left {
	position: relative;
	float: left;
}
#ppc-box .right {
	position: relative;
	float: right;
}

#ppc-box .clear {
	position: relative;
	clear: both;
	width: 100% !important;
	display: block;
}

