/* body */

body {
font-family : Arial, Helvetica, sans-serif;
text-align : center;
}

	img {
	display : none;
	}
	
	p#textonly {
	border : 1px solid #ccc;
	background : #eee;
	padding : 10px;
	margin : auto;
	width : 781px;
	}



/* wrapper */

#wrapper {
margin : auto;
text-align : left;
width : 781px;
}



/* navigation */

	p#nav span#accessibility {
	float : right;
	}




/* content wrapper */

#content {
float : right;
padding : 0 14px 0 0;
width : 540px;
}
	
	

/* spiders */

p#spiders {
text-align : center;
}



/* fixes */

p#nav, #main, #content {
* height : 1%;
}

	html>body p#nav, html>body #main, html>body #content {
	height : auto;
	overflow : auto;
	}