@charset "utf-8";
/* CSS Document */


#eppTop {
	width: 955px;
	padding:0;
	margin:0;
	height: 660px; /* height of background image */
	background-image: url(../images/epp-banner.gif);
	background-repeat: no-repeat;
	background-position: 0 0;	
	
}
#eppLeft {
	float: left;
	width: 575px; /* eppWrapper is 955 wide - appLeft total width 340 = 615 - 40(2 X 20 side padding) = 575 */
	height: 490px; /* 660 - 170 top padding = 490 */
	margin:0;
	padding: 170px 20px 0 20px; /*top,right,bottom,left */
}


#eppRight {
	float: right;
	width: 320px; /* eppWrapper is 955 wide - eppLeft total width 615 = 340 - 20 side padding) = 320 */
	height: 490px; /* 660 - 170 top padding = 490 */
	margin:0;
	padding: 170px 20px 0 0; /*top,right,bottom,left - no left padding needed because there's right padding in #eppLeft div */
}


#eppRight ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

#eppRight li {
	text-align:center;
	margin-bottom:5px;
}


#eppRight ul a:hover {
	color: #0073AC;
	
}


#eppBottom {
	clear: both;
	width: 915px; /* 955 -  40(2 X 20 side padding) = 915 */
	margin:0;
	padding: 0 20px 0 20px; /*top,right,bottom,left */
}





