/* This file will hold styles that are loaded only for Internet Explorer versions 8 and earlier. */

/* IE8 and earlier does not support the :not selector (as used in the main stylesheet as follows:
   .region-content .panel-pane:not(.pane-website-section-image)
   So we will just make it apply the horizontal sizing to everything, including the image. */
.region-content .panel-pane
{
	width: 600px;
	margin: 0px auto;
}