#left{
	clear:both;
	float:left;
	padding:0 15px 15px 0;
	text-align:left;
}

#right{
	clear:both;
	float:right;
	padding:0 0 15px 15px;
	text-align:left;
}
#normal{
	text-align:center;
	margin:15px 0 15px 0;
}