#wrapper	{
	margin: 0px auto;
	padding: 0px;
	background-image: url('/images/pageBack.gif');
	background-repeat: repeat-y;
	width: 1040px;
	text-align: left;
	position: relative;
}

#dynamicSection {
	width: 236px;
	position: absolute;
	background: none;
	top: 87px;
	left: 804px;
	float: none;
	clear: none;
}

#dynamicSection div {
	padding: 0px;	
}

#dynamicSection .contentBlockLeft {
	width: 236px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('/images/greenSectionBackL2.gif');
	padding: 0px;
	margin: 0px;
	float: none;
}

#dynamicSection .contentBlockMid {
	width: 236px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('/images/greenSectionBackM2.gif');
	padding: 0px;
	margin: 0px;
	float: none;
}

#dynamicSection .contentBlockRight {
	width: 236px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('/images/greenSectionBackR2.gif');
	padding: 0px;
	margin: 0px;
	float: none;
	margin-bottom: 45px;
}

#dynamicSection .contentBlockLeft .content, #dynamicSection .contentBlockMid .content, #dynamicSection .contentBlockRight .content {
	padding-left: 20px;
}

#dynamicSection .contentBlockLeft .title {
	margin-top: 29px;
}

#dynamicSection .contentBlockMid .title {
	margin-top: 13px;
}

#dynamicSection .contentBlockRight .title {
	margin-top: 10px;
}

#dynamicSection .left {
	float: none;
	display: block;
}

#dynamicSection .details {
	margin-left: 15px;
}

#dynamicSectionInner {
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url('/images/greenSectionBottom.gif');
	_height:0; min-height:0; /* IE hasLayout fix */
}

#dynamicSectionGreen {
	background: none;
}
