html>body .contentArea { background: transparent url(../images/fortieth/contentbkgrd-middle.png) repeat-y; }
* html .contentArea { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fortieth/contentbkgrd-middle.png', sizingMethod='scale'); }

html>body .contentTop { background: transparent url(../images/fortieth/contentbkgrd-top.png) no-repeat; }
* html .contentTop {  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fortieth/contentbkgrd-top.png', sizingMethod='crop'); }

html>body .contentBtm { background: transparent url(../images/fortieth/contentbkgrd-bottom.png) no-repeat; }
* html .contentBtm {  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fortieth/contentbkgrd-bottom.png', sizingMethod='crop'); }

.editableArea { 
	padding-bottom: 1em; 
	width: 890px; 
}

.editableArea p { 
	clear: both;
	margin-right: 2em; 
}

.summaryText { 
	float: left;
	margin-bottom: 1.5em;
	width: 80%;
}

.logo40Years {
	background: url(../images/fortieth/logo-40Years.gif) repeat-x;
	float: right;
	height: 139px;
	margin-right: 1em;
	width: 157px;
}

/* Section Styles */
.sections .section {
	background: url(../images/fortieth/bkgrd-section.png) repeat-x 0 bottom;
	float: left;
	margin: 0 1.25em 1em 0;
	padding: 1.5em 0;
	text-align: center;
	width: 430px;
}

.sections .imgOne {
	background: transparent url(../images/fortieth/examples-one.png) no-repeat center 0;
	height: 285px;
}
* html .sections .imgOne {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fortieth/examples-one.png', sizingMethod='crop'); 
}

.sections .imgTwo {
	background: transparent url(../images/fortieth/examples-two.png) no-repeat center 0;
	height: 285px;
}
* html .sections .imgTwo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fortieth/examples-two.png', sizingMethod='crop'); 
}

.sections .imgThree {
	background: transparent url(../images/fortieth/examples-three.png) no-repeat center center;
	height: 241px;
}
* html .sections .imgThree {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fortieth/examples-three.png', sizingMethod='crop'); 
}

.sections .imgFour {
	background: transparent url(../images/fortieth/examples-four.png) no-repeat center 0;
	height: 241px;
	padding-top: 1em;
}
* html .sections .imgFour {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fortieth/examples-four.png', sizingMethod='crop'); 
}

.sections .imgFive {
	background: transparent url(../images/fortieth/examples-five.png) no-repeat center 0;
	height: 296px;
}
* html .sections .imgFive {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fortieth/examples-five.png', sizingMethod='crop'); 
}

.sections .imgSix {
	background: transparent url(../images/fortieth/examples-six.png) no-repeat center 0;
	height: 296px;
}
* html .sections .imgSix {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fortieth/examples-six.png', sizingMethod='crop'); 
}

.content {
	background: transparent url(../images/fortieth/bkgrd-sectionContent.png) repeat-x 0 bottom;
	margin: 1em auto 0;
	padding: 1em 2em .5em;
	text-align: left;
	width: 340px;
}

.content p { margin-right: 0; }
