#content-wrapper {
	padding-left: 250px;
}

#sidebar-wrapper{
	float: left;
	margin-left: -125px; /* IE6 double margin on floats bug */
	background: transparent url('../../images/sidebar.png') top right no-repeat;
	height: 151px; /* To distinguish left aligned sidebar in IE6 Javascript */
}

html > body #sidebar-wrapper{
	margin-left: -250px;
	height: auto;
	min-height: 150px; /* Reset for all other browsers */
}
