/*
	Copyright of Benjamin Web of www.webthirst.com
	Written for DASS Group April 2005
*/


/* General */

#frame {
	width: auto;
	margin: auto;
	}
	
/* Navigation */

#nav {
	display: none;
	}

/* SideBar */

#sideBar {
	display: none;
	}

/* Content */

#content {
	width: auto;
	margin: auto;
	}
	
/* Footer */

#footer {
	width: auto;
	}
	
/* Tracker */

#tracker {
	display: none;
	}
