/*
Theme Name: prodento
Layout: Content-Sidebar
*/

#primary {
	float: left;
	position: relative;
	left: 30%;
	width: 70%;
	z-index: 8888;
}
#primary.wide {
	float: left;
	position: relative;
	left: 30%;
	width: 95%;
	z-index: 8888;
}
#content {
}
#secondary { /* Sidebar 1 */
	float: left;
	left: 30%;
	overflow: hidden;
	padding: 100px 0 0;
	position: relative;
	width: 25%;
	z-index: 999;
}
#tertiary { /* Sidebar 2 */
	clear: right;
}
.site-footer {
	background: none repeat scroll 0 0 #FFFFFF;
	bottom: 0;
	left: 0;
	clear: both;
	position: fixed;
	width: 100%;
	z-index: 9999;
}