#content {
	position:absolute;
	width:600px;
	z-index:2;
	left: 210px;
	top: 10px;
}
#nav {
	position:fixed;
	width:180px;
	z-index:3;
	left: 10px;
	top: 10px;
	text-align: center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style1 {font-size: 10pt}