/* Body - homepage */
div.cols {
	width: 980px;
}

div.col_box {
        padding: 20px 25px 20px 25px;
        width: 260px;
        height: 160px;
        margin-top: 10px;
        margin-right: 9px;
        float: left;
        background: url('/files/col_box.png') no-repeat;
        color: #888;
        text-align: center;
}
div.last {
        margin-right: 0;
}
div.col_box ul.points {
        text-align: left;
}

div#quotes {
	float: left;
	width: 250px;
	height: 70px;
	font-size: 108%;
}
div#quotes strong {
	font-weight: bold;
}
div#quotes span {
	padding-top: 9px;
	height: 66px;
	width: 250px;
	background: transparent;
}
div#quotes span strong {
       white-space: nowrap;
}
div#logos {
        float: left;
        width: 250px;
}