#boxes{
	width:765px;
	height:133px;
	border-bottom:1px solid #DBDCDC;
	float:right;
	padding:17px 0 0 0;
}
#boxes .box{
	float:left;
	background: url(../images/bg-box-top.png) no-repeat;
	height:101px;
	width:221px;
	margin:0 15px 0 0;
	padding:18px 10px 0;
}
#boxes .last{
	margin-right:0px !important;
}
#boxes .box h2{
	font-size:16px;
	color:#E21D38;
}
#boxes .box p{
	font-size:11px;
	color:#333333;
	margin:9px 0;
}

/*box left and right float*/
#content .boxfloatleft {
float:left;
margin-left:11px;
}
#content .boxfloatright {
float:right;
margin-left:5px;
width:365px;
}
#content .boxfloatright p{
font-size:10px;
margin:0 0 0 1px;
}
