<style>


html,body {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}


div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 550px;	
}

div.mainbox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 550px;
	background-color: #FFFFFF;
}

div.topbar {
	position: absolute;
	top: 7px;
	left: 8px;
	width: 744px;
	height: 84px;
	background-color: #535353;		
}

div.bluebox{
	position: absolute;
	top: 96px;
	left: 8px;
	width: 744px;
	height: 204px;
	background-color: #133A71;					
}

div.orangebox{
	position: absolute;
	top: 306px;
	left: 8px;
	width: 406px;
	height: 181px;
	background-color: #FF6908;					
}

div.footer{
	position: absolute;
	top: 492px;
	left: 8px;
	width: 744px;
	height: 51px;
	background-color: #535353;		
}

/*  LOCATIONS HERE NO BOXES   */


div.cornerimage {
	position: absolute;
	top: 306px;
	left: 420px;
	width: 405px;
	height: 158px;
}

div.escape{
	position: absolute;
	top: 460px;
	left: 165px;
	width: 425px;
	height: 158px;
}

div.logo {
	position: absolute;
	top: 25px;
	left: 30px;	
}

div.navbar {
	position: absolute;
	top: 41px;
	left: 293px;
	width: 460px;
	height: 84px;	
}

div.maincontent{
	position: absolute;
	top: 110px;
	left: 25px;
	width: 711px;
	height: 174px;
	font-family: verdana, arial;
	font-size: 10px;
	text-align:left;
}

div.secondarycontent{
	position: absolute;
	top: 314px;
	left: 25px;
	width: 383px;
	height: 156px;			
	font-family: verdana, arial;
	font-size: 10px;
	font{color: #FFFFFF};	
}

div.tdevelopments {
	position: absolute;
	top: 553px;
	left: 7px;	
	width: 744px;
	height: 20px;
	font-family: verdana,arial;
	font-size: 10px;
	font-color: #FFFFFF;
	text-align: center;
}




</style>
