#page {
	margin: 0 30px;
	width: 1160px;
	max-width: auto;
	min-width: auto;
}

/* since we have a fixed margin, we can easily expand these boxes to fill the margin */
#menu_top ul li ul, .content_width_full.background_alt, .content_width_full.background_alt_curved, .home_box_audiences, .home_box_newsletter {
	margin-left: -32px;
	margin-right: -32px;
	padding-left: 32px;
	padding-right: 32px;
}

/* and we can simplify how this is displayed to remove unwanted resizing effects */
#menu_top ul li ul {
	left: 0;
}