#p7outer {
	float: left;
	margin-left: -200px;
	width: 100%;
}
#p7left {
	float: left;
	width: 230px;
	margin-left: 200px;
}
#p7center {
	margin-left: 430px;
}
#p7right {
	float: left;
	width: 200px;
}
.p7clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}