body {
			font: 80% arial, helvetica, sans-serif;
			background: #C1CBBA;
			background-image: url(../css_images/Body_bkg.png);
			margin: 0;
			height: 100%;
			width: 100%;
			overflow: auto;
		}
		
		.accessaid, h1 {
			position: absolute;
			height: 0;
			overflow: hidden;
		}
		
		#header {
			z-index: -9;
			background-image: url('../images/header_bkg.gif');
			background-repeat: repeat-x;
			height: 100px;
		}
		
		#navigation {
			position: absolute;
			top: 106px;
			left: 0;
			width: 200px;
			color: #23392D;
			z-index: 5;
		}
		

		
		#content {
			padding: 10px 20px 1em 40px;
			border: none;
			margin-left: 200px;
			z-index: -20;
			/*background: #c3c3c3;*/
		}
		
		h2 {
			font-size: 1.5em;
			color: #036;
		}
		
		h3 {
			font-size: 1.25em;
			color: #036;
		}
		
		#content img {
			width: 100px;
			height: 150px;
			padding: 1px;
			border: 1px solid #333;
			float: right;
			margin: 0 0 1em 1em;
		}

		#content img.safety {
			width: 300px;
			height: 200px;
			padding: 1px;
			border: 1px solid #333;
			margin: 0 0 1em 1em;
			float: none;
			clear: both;
			text-align: center;
		}

		#content img.equip {
			width: 45%;
			/*height: 200px; */
			padding: 1px;
			border: 1px solid #333;
			margin: 0 0 1em 1em;
			float: none;
			clear: both;
			text-align: center;
		}

		#content img.noflash {
			width: 20%;
			height: 100px;
			display: inline;
			border: thin solid #000000;
			float: none;
		}

		#content img.noflash_big {
			width: 550px;
			height: 350px;
			display: block;
			border: thin solid #000000;
			float: left;
			text-align: center;
		}
		
		#container {
			position: relative;
			width: 886px; /* width + border for IE 5.x */
			w\idth: 880px; /* real width */
			border: solid #23392D;
			border-width: 0 3px;
			margin: auto;
			background: #ffffff url(../css_images/content_bkg.gif) repeat-y;
			height: 100%;

		}

#logo_container
{
background: #ffffff;
position: relative;
height: 100px; 
width:100%;
background-image: url('../images/header_bkg.gif');
background-repeat: repeat-x;
border: none;
}

#logo_box
{
position: absolute;
left: 0px; 
top: 0px;
width: 100px; 
height:100px;
margin-left: 20px;
}

#header_box
{
height: 90px;
margin-left: 218px;
}

h2.logo_header
{
font-size: 150%;
display: inline;
position: relative;
border: none; 
top: 30%;
font-family: arial black, arial;
font-weight: 900;
color: #23392D;
overflow: hidden;
}




