.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {min-width: 0; display: inline-block; /* \*/	display: block;}	/* trigger hasLayout for IE7. Hide from IE Mac */

* html .clearfix {height: 1%;} /* Hide from IE Mac */ 

.clr, .clear {clear:both;}
/* end clearing */

/*
scheme_1 - without  sidebars
scheme_2 - one sidebar
scheme_3 - two sidebary
*/
#inside { padding: 15px; }
#wrapper.scheme_2 #left {
	width: 230px;
	float:left;
}
#wrapper.scheme_2 #content{
	width: 710px;
	float:right;
	padding: 0px 0px 0px 0px;
}
#wrapper.scheme_1 #content {
	width: 950px;
	padding: 0px 0px 0px 0px;
}