/* Master column structure */
/* Do not reference directly from html file */

.ContentPanel .3cols {
	width:713px;
	margin:0;
	padding:0;
	}
	
.contentcol1 {
	float:left;
	width: 227px;
	}
	
.contentcol2 {
	float:left;
	width: 228px;
	padding-left: 15px
	}

.contentcol3 {
	float:left;
	width: 227px;
	padding-left: 15px
	}
