div.right
{
	top: 20px;
	left: 306px;
	position: absolute;
	
	width: 736px;
	min-height: 2550px;
	
	border: none;
	background:#e4f3e5 repeat-y; /* repeat-y needed for IE */
	
	/*overflow-y: auto;
	overflow-x: hidden;*/
	overflow: hidden;
	z-index:10;
	
	border-radius: 0px 10px 10px 0px; 
	-moz-border-radius: 0px 10px 10px 0px; 
	-khtml-border-radius: 0px 10px 10px 0px; 
	-webkit-border-radius: 0px 10px 10px 0px; 
}
