@charset "utf-8";
/* CSS Document */

/* Include this document in pages that specifically could use it. It isn't ready for site-wide use. */

/* Full-width content */
	#mainCenterBorderRight {
			margin-right: 0;
			margin-left: 0;
			background-image: none;
			width: 100%;
			min-width: 100%
	}
	
	#wrapup {
		width: 100%;
		min-width: inherit;
		max-width: inherit;
	}
	
/* Move navigation to the bottom */
	#rightColumn,
	#primaryNavigation {
		position: relative;	
	}

/* Footer kind of uneccessary */
	#footer {
		display: none;
	}
	
/* Miscellaneous */
	#logo {
		min-height: inherit;
	}