#page {
	width: 600px;
	min-width: unset;
}

#body {
	background: #FFFFFF;
}

#main {
	float: none;
	width: 560px; /* 600 - 20 padding */
}

#sidebar {
	float: none;
	width: 560px; /* 600 - 20 padding */
	position: relative; /* override the sticky positioning from the full site */
}

#sidebar_menu_container {
	max-height: 305px;
	overflow: auto;
	margin-bottom: -50px; /* cancel out (almost) the last line padding (29) and the bottom padding (27) so we can add our fade in that space */
}

#sidebar_bottom_fade {
	display: block;
	position: relative;
	z-index: 100;
	margin: 0 -21px -27px -21px; /* cancel out the sidebar padding */
	background: linear-gradient(rgba(27, 117, 187, 0), #1B75BB); /* fade out over the content to show there is more available */
}

/* shrink images as needed to fit the new column size */
#main img {
	max-width: 100%;
	height: auto;
}

