/* nav */
#header{
	padding-bottom:0px;	
}
#rightbar{

}
#rightbar ul, #rightbar li{
	padding: 0;
	margin: 0;
}

#rightbar li{
	list-style: none;
	float: right;
	margin-right: 18px;
}
.high{
	background: yellow;
}
div#statspanel{
	width: 400px;
	float: right;
}
div#description{
	width: 400px;
	float: left;
}
div#resultpanel{
	width: 100%;
	float: left;
}
div#topContent{
	width: 100%;
	float: left;
}
div#answerpanel{
	width: 100%;
	float: left;
}
div#timer{
	width: 148px;
	float: left;
	font-size: 250%;
	text-align:center;
	border: 1px solid black;
}
div#errata{
	width: 390px;
	padding-left:10px;
	float: right;
}


