	$(document).ready(function()
			{
				// Remove the bottom margin from the last direct element of the content area.
				$('#content > :last-child').css({ marginBottom: 0 });
			}
		);
