	body {
			font: 80% arial, helvetica, sans-serif;
			background: #000;
			margin: 0;
			behavior: url(script/csshover2.htc);<!-- per ie6-->
	}
	.accessaid, h1 {
			position: absolute;
			height: 0;
			overflow: hidden;
	}
	h2 {
			font-size: 1.5em;
			color: #ff9900;
	}
	h3 {
			font-style: italic;
			font-weight: bold;
			font-size: 50px;
			text-align: center;
			line-height: 8pt;
			color: #ff9900;
	}
	h4 {
			font-size: 35px;
			text-align: center;
			line-height: 8pt;
			color: #ff9900;
	}
	h5 {
			font-size: 25px;
			text-align: center;
			line-height: 8pt;
			color: #ff9900;
	}
		#header {
			border-top-width:10px;
			background: url(images/Logo_AT.jpg);
			height: 140px;
	}
	#navigation {
			position: absolute;
			top: 160px;
			left: 0;
			width: 134px;
			color: white;
	}
	#navigation ul {
			margin: 0 0 1em 0;
			padding: 0;
			list-style: none;
	}
	#navigation ul a {
			color: black;
			text-decoration: none;
			display: block;
			background: #ff9900;
			padding: 0 0.5em;
			margin: 0 1em 1px 1em;
	}
	#navigation a:visited {
			color: #000;
	}
	#navigation a:hover {
			background: #ccc;
	}
	#content {
			background: black;
			xpadding: 1px 1em 2em 1em;
			padding: 1px 20px 1em 40px;
			border-left: 35px solid #000;
			border-right: 35px solid #000;
			color: white;
	}
	#content img {
			width: 100px;
			height: 150px;
			padding: 1px;
			border: 1px solid #333;
			float: right;
			margin: 0 0 1em 1em;
	}
	#container {
			position: relative;
			width: 800px; /* width + border for IE 5.x */
			w\idth: 800px; /* real width */
			border: solid #036;
			border-width: 0 0px;
			margin: auto;
	}
	#folder{
			position: absolute;
			left: 35%;
			top: 60%;
			width: 800px; /* width + border for IE 5.x */
			w\idth: 800px; /* real width */
			background-color:#000;
			height:128px;
	}
	#folder img{
			width:100px;
			height:100px;
			float:left;
			margin-top:48px;
			border:none;
	}
	#folder img:hover{
			width:128px;
			height:128px;
			margin-top:0;
			border:none;
	}

