/*  body */
html { 
	padding:0px;
	margin:0px;
}

body {
	text-align:center;
	}
/*  layout divs */
#hdr {
	min-width: 760px;
	width: 760px;
	margin:0;
	background-color:#003366;
	}

#ftr {
	color: #AAEEFF;
	width: 760px;
	background-color: #003366;
	position: relative;
	font-size: 0.9em;
	z-index: 2;
	background-image: url(images/footer_background.jpg);
	clear: both;
	margin-top: 1em;
}

.hplogo	{
	overflow: visible;
	visibility: visible;
	z-index: 2;
	height: auto;
	width: 323px;
	background-color: transparent;
	}
	
div.container {
	height:auto;
	width: 760px;
	margin:auto;
	text-align: left;
	padding:0;
	background-color:#003366;
	border:1px solid black;
	}
div.content {
    width: 766px;
	padding:0;
	margin-left:-3px;
	margin-right:-3px;
	display: table-cell;
	height: auto!important;
	height:240px;
	min-height: 235px;
	background-color: #ECEBF5;
	}
div.container > div.content {
	width:760px;
	margin:0;
	padding:0 0 0 0;
	}
/*  menu */
.menu {
	overflow: visible;
	visibility: visible;
	z-index: 1;
	height: auto;
	vertical-align: middle;
	width: 760px;
	background-image: url(images/menu_background.jpg);
	padding: 4px 0;
	text-align: left;
	}
.submenu {
	height: auto;
	width: 760px;
	background-image: url(images/submenu_background.jpg);
	text-align: left;
	}
