#boxes {
	clear:both;
}
#box1,#box2,#box3 {
	float:left;
	width:300px;
	margin:10px 10px 10px 0;
	background-image:url(../images/bottom.gif);
	background-position:center bottom;
	background-repeat:no-repeat
}
#box1 h2,#box2 h2,#box3 h2 {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color:#0054A6;
	padding:3px 10px 0px 15px;
	margin:0;
	font-weight:bold;
	background-color: #ffffff;
	background-image: url(../images/boxtop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#box1 p,#box2 p,#box3 p {
	font-size: 9pt;
	padding:0px 15px 5px 15px;
	margin:0;
	text-align: justify;
}
