		body {
			font: 80% arial, helvetica, sans-serif;
			background: #ccc url(airforcebackground.jpg);
			margin: 0;
		}
		
		.accessaid, h1 {
			position: absolute;
			height: 0;
			overflow: hidden;
		}
		
		#header {
			background: #036 url(bird.gif) no-repeat;
			height: 77px;
		}

		#header h2 {
			font-size: 2.0em;
			text-align: left;
			margin: 20px 0 0 250px;
			color: white;
		}

		#navigation {
			position: absolute;
			top: 80px;
			left: 0;
			width: 210px;
			color: white;
		}
		
		#navigation ul {
			margin: 0 0 1em 0;
			padding: 0;
			list-style: none;
		}
		
		#navigation ul a {
			color: white;
			text-decoration: none;
			display: block;
			background: #17a;
			padding: 0 0.5em;
			margin: 0 1em 1px 1em;
		}

		#navigation ul li.current {
			color: black;
			background: #6f9;
			text-decoration: none;
			display: block;
			padding: 0 0.5em;
			margin: 0 1em 1px 1em;
			}
		
		#content {
			xpadding: 1px 1em 2em 1em;
			padding: 1px 20px 1em 40px;
			border-left: 210px solid #069;
		}

		h2 {
			font-size: 1.5em;
			color: #036;
		}
		
		h3 {
			font-size: 1.25em;
			color: #036;
		}
		
		#content img {
			width: 100px;
			height: 140px;
			padding: 1px;
			border: none;
			float: center;
			margin: 0 0 0 0;
		}

		#content img.intro {
			width: 385px;
			height: 546px;
		}

		#container {
			position: relative;
			width: 100%; /* width + border for IE 5.x */
			w\idth: 100%; /* real width */
			border: solid #036;
			border-width: 0 0;
			margin: auto;
		}

