#rh_box	{
	float: right;
	width: 200px;
	height: 250px;
	text-align: center;
	font-size: 11px;
	margin-left: 20px;
	margin-bottom: 10px;
	}
	
#lh_box	{
	float: left;
	width: 270px;
	height: 160px;
	text-align: center;
	font-size: 11px;
	margin-top: 30px;
	}
	
.clearbreak	{
	width: 100%;
	clear: both;
	}

