 .TitleBar { color: rgb(51, 51, 153);
    background-color: rgb(255, 255, 255);
    font-family: Arial,Helvetica,sans-serif;
    }

  .TitleBarBold { font-weight: bold;
    }

  body { margin:0; overflow: hidden; }

  .gametitle { font-weight: bold; font-size: 16px;
    }


  .comment_time { font-style: italic;
               font-size: 9px;
  }
  .puzzle_time { font-style: italic; font-size: 9px }


	#leftcontent {
		overflow: auto;
		
		position: absolute;
		left:2px;
		top:153px;
		width:178px;
		background:#fff;
		border:0px solid #000;
		}

	#gamegame17container {
		background:#fff;
		top:153px;
   		margin-left: 183px;
   		margin-right:183px;
		border:0px solid #000;
		}

	#rightcontent {
		position: absolute;
		right:0px;
		top:153px;
		width:183px;
		background:#fff;
		border:0px solid #000;
		}
	
	#rightcontent p {
		font-size:10px
		}
	