* html #bodyContent { 
	margin-right:7px;
}
* html #container #leftNav{
	display:inline;
	float:left;
	margin:5px 6px 0px 0px; /*12px;*/
}
* html .bookBox h3 { 
	/* oh ie, you are STUPID - we need to do this as we use padding, and margins, 
	but ie's margins fall within the area we've padded, unlike every other browser, 
	so JUST for ie, we need a bigger margin value */
	margin:50px 0 0 0px;
}
* html #container #leftNav ul li a {
	height:23px;
}
* html #bodyContent #bodyHeader .quickviewBox p {
	padding-top:3px;
	height:19px;
}

* html #highlightCopy { margin-left:5px !important; }
* html #bookBorder { margin-left:140px !important; }