﻿.three
{
	clear: both;
	padding: 6px 15px 0 15px; 
	*padding:3px 15px 0 15px;
	text-align:center;
	font-size:12px;
}
.three .boxLeft
{
	padding: 8px;
	float: left;
	width: 280px;
}
.three .boxCenter
{
	padding: 8px;
	float: left;
	width: 327px;
}
.three .boxRight
{
	padding: 8px;
	float: right;
	width: 246px;
}

