/* CSS Document */

#investmenttextwrapper {
	position: relative;
	width: 74%;
	top: 5px;
	left: 260px;
	max-width: 950px;
	height: 100%;
}

#investmenttextheader {
	position: relative;
	height: 40px;
	width: 100%;
	top: 0px;
	left: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	max-width: 950px;
}

#investmenttext {
	position: relative;
	height: 250px;
	width: 100%;
	top: 5px;
	left: 0px;
	z-index: 200;
	overflow: visible;
	margin-top: 0px;
	padding-left: 0px;
	max-width: 950px;
}


