/* ELEMENTS */
#colLeft { width: 50%; text-align: left; float: left; display: inline; }
#colRight { width: 50%; text-align: right; float: right; display: inline; }

.white #breadcrumbs { display: block; }
.white #colLeft { width: 295px; padding: 0 10px 0 0; }
.white #colRight { width: 295px; padding: 0 0 0 10px; text-align: left; }

.frontpage #colLeft { width: 470px; }
.frontpage #colRight { width: 470px; }
