/* CSS Document */

* {
vertical-align : top;
}

	img, embed, object {
	display : none;
	}



/* page body */

body {
font-family : Arial;
margin : 0;
text-align : center;
}



/* containing wrapper */

#container {
margin : auto;
text-align : left;
width : 971px;
}

	p#textonly {
	background : #eee;
	border : 1px solid #ccc;
	font-weight : bold;
	margin : 10px 0;
	padding : 10px;
	text-align : center;
	}



/* navigation */

#nav {
font-weight : bold;
height : 1%;
}

	html>body #nav {
	height : auto;
	overflow : auto;
	}
	
	#nav span#fontsize {
	float : right;
	}
		


/* main content area */

#main {
font-size : 1.2em;
margin : 0 10px;
}



/* main content */

#content {
float : right;
width : 700px;
}



/* left content */

#left {
float : left;
font-weight : bold;
width : 195px;
}