/* --------------------  general  -------------------- */
#homeContainer {
	display: inline;
	width: 988px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
}
/* --------------------  one  ------------------------ */
#one {
	width: 988px;
	height: 430px;
}
/* --------------------  two  ------------------------ */
#two {
	float: left;
	width: 430px;
	margin: 10px 0 40px 40px;
}
#two h2 {
	color: #134080;
	font-size: 1.5em;
	font-weight: normal;
}
/* --------------------  three  ---------------------- */
#three {
	float: left;
	width: 435px;
	margin: 10px 0 40px 40px;
}
#three h2 {
	color: #134080;
	font-size: 1.5em;
	font-weight: normal;
}
