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

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

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