/* CSS Document */

/* This removes the space on the right set aside for the column */
/* by changing the right margin from 260px to 20 px */
.content {
	/* Had to remove the below positioning for IE 5.5 (SSgt L.)*/
	/* position:relative;
	width:auto;
	min-width: 150px; */
	margin: 20px 20px 20px 230px;
	padding:10px;
	z-index:3; 
	visibility: visible; 
	}

