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

	/* This style is only for IE5 browsers */

#website-content {
	background: #fff;
}

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

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

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