/* nosidebar.css
 *
 * Does not display the ~160px sidebar on the page
 *
 */
 
#ccsa-content {
	position: relative;
	margin: auto;
	width: 800px;
	border: 1px solid #999;
}

	/* This style is only for IE5 browsers */

#ccsa-content {
	background: #fff;
}

/* IE5 hack \*/
#ccsa-content {
	background: #fff;
}
/* end hack */

	/* main - This is the main box for all pages other than the home page */

#ccsa-main {
	padding: 10px;
	margin: 0;
}