#menu {
	display: none;
}

#wrapper {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
}

#header
{
  height: auto;
	background: none;
	border: 1px solid black;
	text-align: center;
}
#header h1 { position: static; text-indent: 0; }  /* hide but accessible to screen readers */
#header p  { position: static; text-indent: 0; }  /* hide but accessible to screen readers */
#header1, #header2, #header3 { display: none; }
#logo1, #logo2, #quote1, #quote2 { display: none; }
#seal1, #seal2, #seal3 { display: none; }
#cornernav { display: none; }
/***** END HEADER *****/

/***** FOOTER *****/
#memberfdic {
	position: absolute;
	top: 2px;
	left: 75%;
	margin: 0;
	padding: 0;
}
#equalhousing {
  position: absolute;
	top: 2px;
	left: 85%;
	margin: 0;
	padding: 0;
}

/***** LINKS *****/
a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }

