#Header {
	height:435px;
	background:url(Images/HomeHeaderBG.png) no-repeat;
}

#Flash {
	width:520px;
	height:280px;
	position:absolute;
	top:121px;
	left:69px;
}

#MeetLaina {
	width:242px;
	height:282px;
	position:absolute;
	top:127px;
	right:52px;
}

	#MeetLaina a {
		display:block;
		width:242px;
		height:282px;
		background:url(Images/HomeMeetLianaBox.png) no-repeat;
		text-indent:-9999px;
	}
	

#ThreeCol {
	float:left;
	margin-left:10px;
	width:880px;
	min-height:163px;
	background:url(Images/Home3ColBG.jpg) no-repeat center top;
	display:inline;
}

	#LeftCol {
		float:left;
		width:238px;
		min-height:100px;
		margin:15px 15px 0 58px;
		background:url(Images/IconBlog.jpg) no-repeat 0 30px;
		display:inline;
	}
	
	#CenterCol {
		float:left;
		width:228px;
		min-height:100px;
		margin:15px 15px 0 15px;
		background:url(Images/IconEvents.jpg) no-repeat 0 30px;
		display:inline;
	}
	
	#RightCol {
		float:left;
		width:238px;
		min-height:100px;
		margin:15px 0 0 15px;
		background:url(Images/IconNewsletter.jpg) no-repeat 0 30px;
		display:inline;
	}
	

#TwoCol {
	float:left;
	width:880px;
	min-height:103px;
	background:url(Images/Home2ColBG.jpg) no-repeat;
	margin:20px 0 0 10px;
	display:inline;
}

	#HeaderCol {
		float:left;
		width:120px;
		margin:20px 20px 0 57px;
	}
	
	#ContentCol {
		float:right;
		width:571px;
		margin:20px 92px 0 0;
	}
		
