body {
    background-color : #ffc;
    text-color : #000;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 16px;
	margin:0;
	margin-right:30px;
	padding:0;
}

table {
	border-collapse: separate;
	border-spacing: 10px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#header {
	position:fixed;
	top:10px;
	bottom:auto;
	width:100%;
	text-align:center;
	font-size: 20px;
	white-space: nowrap;
}

#header h1 {
	font-weight:bold;
	font-size:24px;
}

#toc {
	position:fixed;
	height:auto;
	top:0px;
	left:0;
	margin-top: 50px;
	padding: 68px 10px 10px;
}

#toc a {
	display:block;
	margin:1px 0 0 0;
}

#toc a.nav, #toc a.nav:link, #toc a.nav:visited, #toc .chosen {
	display:block;
	width:115;
	height:25px;
	background:#ffc;
	border:1px solid #000;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#000;
	line-height:25px;
	overflow:hidden;
}

#toc a.nav:hover {
	color:#fff;
	background:#44c;
}

#toc a.nav:active, #toc .chosen {
	color:#000;
	background:#ee8;
}

#content {
	position:fixed;
	top: 75px;
	left: 165px;
	bottom: 10px;
	right: 10px;
	width:auto;
	height:auto;
	margin-top: 50px;
	overflow:auto;
}

div.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 0 .5em .5em;
	border: 0;
}
