/* display inline to fix ie6 margin doubling on floating block elements */

#logo,
#nav,
.blurb,
.left,
.right {
	display: inline;
	}

#logo,
#paperTop,
#footer {
	behavior: url('/iepngfix.htc');
	}

#paper {
	background: url('/images/bg_paper.gif') repeat-y;
	}

