/*
CSS - Stylesheets Grid
*/


/*####################################################################*/
/* page container & grid                                              */
/*####################################################################*/

html {
	background: #FFF;
	color: #000;
	font: 0.75em/200% Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

body {
	width: 100%;
}

/*####################################################################*/
/* header                                                             */
/*####################################################################*/

a#top,
#header,
#nav,
#breadcrumb,
#contextual,
#content #functions,
#sidebar,
#footer {
	display: none;
}
