/* CSS Document */

#indextextwrapper {
	position: relative;
	height: 30%;
	width: 74%;
	top: 72%;
	left: 260px;
}

#indextextheader {
	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;
}

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

.indextext {
	font-family: Arial, sans serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #1e180e;
	line-height: 25px;
}

p.indextext {
	display: block;
	margin: 0px;
	padding: 10px;
}

h1.indexheader {	
	display: block;
	margin: 0px;
	padding: 10px;
}