/*** things that go poof ***/
.design#right,
.mainNav,
.sidebars,
#top
	{ display: none; }

.print, .print *, #printLogo { display: block; }
p.print.title { text-align: center; font-size: 1.5em; font-weight: bold; }

/*** colors etc ***/
body { background: white url('../images/right-repeater.png') repeat-y right; }
#top {
	background: #AC4D4D;
	color: white; }
a, .course .title a { color: black; text-decoration: none; }
	
/*** inlines ***/

#printLogo { margin: 0 auto; text-align: center; }

/*** positioning etc ***/
#content { margin: 0; float: none; }

#wrapper, #content { width: auto; }




#wrapper, #wrapperBody { margin: 0; margin-right: 0; padding: 0; padding-right: 0; }

