/* CSS Document */body { 	margin: 0px; 	padding: 0px;	} /*  HOME layout styles  */#homeWrap { /*wraps ALL columns */	position: absolute;	left: 0px;	top: 0px;	width: 950px;	margin: 0px; 	text-align: left;}#homeFlash {position: absolute;left: 0px;top: 0px;	width: 750px;	height: 600px;	margin: 0 0 0 0;	padding:0;}	#homeFeatures {position: absolute;left: 750px;top: 0px;	width: 200px;	height: 600px;	margin: 0 0 0 0;	padding:0;}#feature1 { 	position: absolute;	top: 0px;	left: 0px;	width: 200px;	}#feature2 { 	position: absolute;	top: 210px;	left: 0px;	width: 200px;	}#feature3 { 	position: absolute;	top: 420px;	left: 0px;	width: 200px;	}
