@charset "utf-8";
/* CSS Document */

.centeredColum {
			width:760px;
			margin:0 auto;
			margin-left:expression( (document.body.clientWidth - 760) / 2 + 'px');
}

#nav ul.dropdown, #nav ul.flyout
{
	width:155px;
}
