/*
 * IE7 adjustments
 */
img{ /* provides better resampling of images in IE */
	-ms-interpolation-mode:bicubic;
}

h1#pagetitle {
	top:114px;
}