/*        :::::      LAYOUT STYLES */

/*        :::::      sticky footer css  http://ryanfait.com/resources/footer-stick-to-bottom-of-page */

html, body { height: 100%; }
#wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -100px; }
#footer_container, #push { height: 100px; clear:both; }

/*        :::::      CONTAINER ELEMENTS  */	

#width_container {
	clear:both;
	margin:0 auto;
	}

#header_container {
	clear:both;
	margin:0 auto;
	}

#content_container {
	float:left;	
	}

#sidebar_container {
	position:relative;
	float:right;	
	}

#footer_container {
	clear:both;
	margin:0 auto;
	}

/*        :::::      MISC ELEMENTS  */	

/* I THIS TO SOLVE SEVERAL OF MY IE5 ISSUES EASILY */
.clr:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clr {display: inline-block;} /* Hides from IE-mac \*/
* html .clr { height: 1%;}
.clr {display: block;} /* End hide from IE-mac */