@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}
#container {
	width:904px;
	margin:40px auto 0px auto;
}
#columnLeft {
	width:147px;
	float:left;
	height:580px;
}
#pageContent {
	width:590px;
	height:560px;
	float:left;
	background-color:#ff33cc;
	background-position: center top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:0px 0px;
	
}
#columnRight {
	width:147px;
	height:580px;
	float:left;
}
.clear {
	clear:both;
}
#footer {
	width:614px;
	margin:4px auto;
	color:#999999;
	text-align:left;
	padding-left:16px;
	background-image:url(/inc/eh_logo_sml.gif);
	background-repeat:no-repeat;
	font-size:80%;
}
