/* Narrower width prevents skyboxes from wrapping */
div.wide div.skybox div.box2 {width:32%;}
div.wide div.skybox_wide div.box2 {width:32%;}


/* Address any hasLayout issues. See http://www.satzansatz.de/cssd/onhavinglayout.html for more info */
#pagetitle, div#searchbar, div.wide, body.story #storyDate-Links, #col2, .content, div.newsFlash {
	display:inline-block;
}

#storyCol, #additionalImages{
	height:1%;
}


/* Candidates for removal: these styles may be unnecessary, need to investigate further */
#storyAssets .link_list li {
	overflow:hidden;
}

#footer .footerlinks {
	width:auto;
}

/* These styles allow IE width issues to not cause problems with the ad rail (third column) */
div#right_rail {
	width: 202px;
}
div#center_rail {
	width: 615px;
}
.story div#right_rail {
	width: 304px;
}

