@charset "UTF-8";
/* CSS Document */

body {
	margin: auto;
	padding-bottom: 80px;
	font-family: Arial, Helvetica, sans-serif;
}
#divMainContainer {
	margin: auto;
	background: url(../img/emaBackground.jpg) no-repeat top left;
	width: 800px;
	height: 600px;
}

#divMainContainerLanding {
	margin: auto;
	background: url(../img/emaBackgroundLanding.jpg) no-repeat top left;
	width: 800px;
	height: 600px;
}

#contentBoxHome {
	position: relative;
	top: 140px;
	left: 180px;
	width: 430px;
	height: 145px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	float: left;
}

#intro {
	position: relative;
	top: 12px;
	left: 50px;
	background: url(../img/discoverallyou.png) no-repeat top left;
	width: 320px;
	height: 122px;
}

#contentBox {
	position: relative;
	top: 135px;
	left: 180px;
	width: 430px;
	height: 145px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	float: left;
}

div#contentBox #picholder  {
	position: relative;
	top: 0px;
	left: 0px;
	width: 92px;
	overflow: hidden;
	float: left;
}

div#contentBox #picholder p {
	position: relative;
	top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .58em;
	line-height: 1.2em;
	padding-bottom: 1.2em;
	color: #666666;
}

div#contentBox #picholder img {
	border: solid 1px #999999;
}

div#contentBox #copy  {
	position: absolute;
	top: 0px;
	left: 105px;
	width: 305px;
	/*height: 150px;*/
	display: block;
	color: #333333;
}

div#contentBox #copy p {
	font-size: .6875em;
	line-height: 1.2em;
	padding-bottom: 0.7em;
}

h1 {
	font-size: 0.9em;
	padding-bottom: 1.2em;
}


