BODY
{
	font-family:Verdana;
	font-size:8pt;
}

#moves
{
	float:left;
	/*clear:right;*/
}
#instructions
{
	width:150px;
	float:left;
	border-top-width:20px;
}

#map3d{
	border: 3px solid silver; /*height:600px;  width: 90%;*/
}

#map3d_container{
	height:450px;
	
}

#navigation{
	float:left;
	clear:right;
	margin-top:10px;	
}

.move
{
	text-decoration:underline;
	color:Blue;	
	cursor:hand;
}

.control
{
	text-decoration:underline;
	color:Blue;	
	cursor:hand;
}

.moveheader
{
	font-weight:bold;
}

