/*Column layout styles*/
#container_left-nav_basic { 
	width: 100%;
	margin: 0 auto;
	text-align: left;
} 
#left_column {
	float: left; 
	width: 214px;
}
#left_column p {
	margin-right: 10px;
}
#right_column {
	margin-left: 214px; /* this needs to match the #leftcolumn width setting */
	padding-left: 22px;
}
#center_content {
	float: left;
	width: 448px;
}
#right_sidebar {
	float: left;
	width: 212px;
	margin-left: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}
