.indexHeader {
	display: block;
	float: left;
	width: 798px;
	height: 250px;
	border: solid 1px black;
	background: white url(../images/mainContent.png);
}

.indexContent {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	padding-top: 10px;
}

.services {
	display: inline;
	float: left;
	width: 350px;
	border-top: solid 1px black;
	font-size: 75%;
}

.services ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 3px;
}

.services li {
	padding-top: 1px;
}

.services h3 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 5px;
}

.welcome {
	display: inline;
	float: left;
	width: 450px;
	border-top: solid 1px black;
	font-size: 100%;
	line-height: 110%;
}

.welcome h3 {
	font-size: 75%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.welcome p {
	font-size: 75%;
	text-align: justify;
}



