/* triplebox */
#triplebox { 
padding : 0;
display : inline;
text-align : justify;
}
.col { 
background : #fff;
width : 210px;
float : left;
margin-left : 25px;
text-align : left;
} 
.col p { 
font-family: verdana;
font-weight:bold;
font-size : 11px;
margin : 0;
padding : 0;
} 
.col h3 { 
font-size: 14px;
text-align: center;
}
.img {
	text-align:right;
}
/***** INFO BOX STYLES *****/
.infobox-2 { background: #fff url(images/bg_infobox.gif) no-repeat scroll 0% 0%; border: 1px solid #ccc; padding: 10px; margin: 0px 0 18px 0; }