.FixedWidth {position:relative;width:250px;}
.Rec {
	position: static;
/*	background-color: #fff;
	color: #000;*/
	width: 250px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-bottom: 10px; 
	font-size: 100%;
}
#Column1{ 
	position: absolute;
	/**z-index:-5;*/
	float: left;
	width: 250px;
	/*height:800px;*/  
}
.Handle {
	width: auto;
	border-bottom: 0;
	text-align: left;
	/*color: #376F18;*/
	font-size: 77%;
	font-weight: bold;
	padding-right: 4px;
	cursor: move;
}	

.Info {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 77%;
}
