/*  © 2007 - All Rights Reserved */
#master_container{
	/* background: #f1f2ea url(../images/data_extractor.gif) repeat-y left; */ /* fuax column */
}
#content_container{
	width: 100%;
	/* background: #f1f2ea url(../images/data_extractor.gif) repeat-y left; */ /* fuax column */
	float: right;
	margin-left: -250px;
}
#content{
	margin-left: 250px;
}
#column{
	width: 250px;
	float: left;
}

.clear{
	height:0px; clear:both; display:block; font-size:0px; line-height:0;
}

/* This is here because the manageReferences table was causing problems in IE when it was too big */
#sub_content{
	float:left; 
	margin-right:-100%; /* This seems only to affect IE. Adjusts the container so any overflow is visible */
	overflow:visible;
}