body {
			font: 80% arial, helvetica, sans-serif;
			background: #0e2426;
			margin: 10px 0 10px 0;
			color:#bc6a00;
		}
		
		.accessaid, h1 {
			position: absolute;
			height: 0;
			overflow: hidden;
		}
		
		#header {
			background: #0e2426 url(media/b_register.gif);
			height: 140px;
		}
		
		#navigation {
			position: absolute;
			top: 140px;
			left: 0;
			width: 134px;
			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: #ea9c36;
			padding: 0 0.5em;
			margin: 0 1em 1px 1em;
		}
		
		#navigation a:visited {
			color: white;
		}
		
		#navigation a:hover {
			background: #e98600;
			color:#dbd531;
		}
		
		#content {
			background: white url(media/booty_o.gif) 134px 0 repeat-y;
			background: white url(media/booty_o.gif) repeat-y;
			xpadding: 1px 1em 2em 1em;
			padding: 1px 20px 1em 40px;
			border-left: 144px solid #e98600;
		}
		#content a{
			color:#bc6a00;
			font:normal 14px verdana,trebuchet ms,sans serif,arial;
			text-decoration:none;
				}
					
		h2 {
			font-size: 1.5em;
			color: #bc6a00;
		}
		
		h3 {
			font-size: 1.25em;
			color: #bc6a00;
		}
		
			
		#container {
			position: relative;
			width: 626px; /* width + border for IE 5.x */
			w\idth: 620px; /* real width */
			border: solid #a4580d;
			border-width: 3px 3px;
			margin: auto;
		}
		