		body {
			font: 80% arial, helvetica, sans-serif;
	  		background: #ccc url(background.gif); 
			margin: 0;
			font-size: 9pt;
		}

		.accessaid, h1 {
			position: absolute;
			font-size: 25pt;			
			color: white;
			margin-left: 2em;
			margin-top: 0.8em;
		}
		
		#header {
			background-image: url(images/fanetopp.jpg);
			height: 80px;
		}
		
		
		#column {
			float: right;		
			margin: 0; /*(top right bottom left)*/
			padding: 40px 0px 0px 0px;
			width: 180px;
		}

		#column ul{
			list-style-position: inside;
			margin-left: 0em;
			padding-left: 0em;
		}

		#navigation {
			float: left;
			top: 60px;
			left: 0px;
			width: 134px;
			margin: 20px 0 0 0;
			color: white;
		}
		
		#navigation ul {
			margin: 1em 0em 1em 0;
			padding: 0;
			list-style: none;
		}
		
		#navigation ul a {
			color: white;
			text-decoration: none;
			display: block;
			background: #17a;
			padding: 0 0.5em;
			margin: 0px 0em 0.5em 0em;
			font-size: 9pt;
		}
				
		#navigation a:visited {
			color: #C0C0C0;
		}
		
		#navigation a:active {
			color: black;
		}

		#navigation a:hover {
			background: #28b;
		}
		
		#content {
			background: white; 
			text-align: justify;
			xpadding: 1px 1em 2em 1em;
			padding: 1px 30px 1em 40px;
			border-left: 134px solid #069;
			border-right: 200px solid white
		}
		
		#content img {
			border: 3px solid black;
			margin: 0 0 1em 1em;
		}
		
		h2 {
			font-size: 1.5em;
			color: #036;
		}
		
		h3 {
			font-size: 1.25em;
			color: #036;
		}
								
		#container {
			position: relative;
			width: 800px; /* width + border for IE 5.x */
			w\idth: 794px; /* real width */
			border: solid #036;
			border-width: 0 3px;
			margin: auto;
		}


	#footer{
		background: #069;
		position: relative;
		padding: 1em 1em 1em 1em;
		color: white;
		clear: both;
	}

	#footer a {
		color:white;
	}	
	
	#lastupdate {
   	color: white;
   	float: right;
      text-align: right;
	}
	

