/* CSS styling for Home page */

div.PageAreaHome {
	/*
	background-color:#FFFFFF;
	border:1px black solid;
	*/
	background-image:url(/_images/BG_home.jpg);
	background-repeat:no-repeat;
	/* css hack to achieve minumum height across all browsers */
	min-height:766px;
	height:auto !important;
	height:766px; /* must match min-height */
	position:relative;
}

div.HomeArea {
	float:left;
	width:764px;
	padding:0px; 
	margin-left:3px;
	display:block;
	/* background-color:white; */
	z-index:-1; /* push content area behind menu */
}

div.FounderAreaBox {
	float:right;
	width:110px;
	height:300px;
	margin-top:162px;
	padding-left:92px;
	display:block;
	position:absolute;
	top:300px;
	left:0;
	overflow:hidden;
}

.FounderArea {
	/* use ems for better cross-browser reliability */
	font-size:1.1em;
	line-height:1.2em;
	font-style:italic;
	color:#444;
	border-top: 1px #A9A9A9 solid;
	padding: 2px;
}
