body{
	background-image:url('./images/HEbackground.png');
	background-repeat:repeat-x;
	background-color:#BD3030;
	text-align:center;
	margin:auto;
	margin-top:0;
	}
	
div.wrapper{
	background-color:#980000;
	margin-left:auto;
	margin-right:auto;
	width:859px;
	height:600px;
	text-align:left;
	border:black solid thin;
	}
	
div.logo{
	position:relative;
	background-color:#980000;
	margin:0;
	height:69px;
	background-image:url('./images/HElogo.png');
	background-repeat:no-repeat;
	}
	
div.nav{
	position:absolute;
	top:52px;
	left:380px;
	height:50px;
	}

div.banner{
	background-color:#980000;
	width:859px;
	margin:0;
	margin-top:5px;
	height:266;
	background-image:url('./images/HEbanner.png');
	}
	
img.banner{
	margin:0;
	border:0;
	}
	
a.nav{
	font-family:arial, helvetica, sans-serif;
	color:white;
	font-size:14px;
	text-decoration:none;
	margin-right:20px;
	width:80px;
	}
	
a:hover.nav{
	text-decoration:underline;
	}
	
div.content{
	position:absolute;
	width:859px;
	}
	
div.packages{
	height:200px;
	width:272px;
	margin-top:3px;
	margin-height:5px;
	margin-left:3px;
	margin-right:1px;
	padding-left:4px;
	padding-right:4px;
	float:left;
	border:thin solid black;
	background-color:#BD3030;
	}
	
h1.packages{
	font-family:arial, helvetica, sans-serif;
	color:white;
	font-size:18px;
	}

ul.packages{
	font-family:arial, helvetica, sans-serif;
	color:white;
	font-size:15px;
	}
	
div.footer{
	position:absolute;
	top:548px;
	margin-left:4.5px;
	width:850px;
	height:50px;
	background-image:url('./images/HEfooter.png');	
	}
