body {
			font: 80% arial, helvetica, sans-serif;
			background: #0e2426;
			margin: 10px 0 10px 0;
			color:#8e8907;
		}
		
		.accessaid, h1 {
			position: absolute;
			height: 0;
			overflow: hidden;
		}
		
		#header {
			background: #0e2426 url(media/b_about.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: #cfca40;
			padding: 0 0.5em;
			margin: 0 1em 1px 1em;
		}
		
		#navigation a:visited {
			color: white;
		}
		
		#navigation a:hover {
			background: #f0eb51;
			color:#d48012;
		}
		
		#content {
			background: white url(media/booty_y.gif) 134px 0 repeat-y;
			background: white url(media/booty_y.gif) repeat-y;
			xpadding: 1px 1em 2em 1em;
			padding: 1px 20px 1em 40px;
			border-left: 144px solid #f0eb51;
		}
		
		h2 {
			font-size: 1.5em;
			color: #8e8907;
		}
		
		h3 {
			font-size: 1.25em;
			color: #8e8907;
		}
		
			
		#container {
			position: relative;
			width: 626px; /* width + border for IE 5.x */
			w\idth: 620px; /* real width */
			border: solid #8e8907;
			border-width: 3px 3px;
			margin: auto;
		}
		