/*
LAYOUT: One-Column 
DESCRIPTION: One-column fluid layout with sidebars stacked in two columns below content
*/

#primary, #secondary {
	overflow: hidden;
	padding: 10px 1.9%;
	width: 46%;
}

#primary {
	float: left;
	clear: both;
}

#secondary {
	float: right;
}

#footer {
	clear: left;
	width: 100%;
}
