/*
LAYOUT: One-Column 
DESCRIPTION: One-column fluid layout with sidebars stacked in two columns below content
*/

div#container {
	float:left;
}
div.sidebar {
display:none;
float:left;
overflow:hidden;
padding:10px 1.9%;
width:46%;
}

div#primary {
clear:both;
}

div#footer {
clear:left;
width:100%;
}
.slide{
	min-height:280px ; 
}