/* These rules are separated so that we can avoid linking them into the backstage pages. In IE, these cause trouble with the backstage pages. Note that expressions for margin and padding do not have to be separated out. Only width and height. */
div#page {
	width:expression(document.body.clientWidth < 780 ? "780px": document.body.clientWidth > 1004 ? "1004px": "auto" );
}
div#addressStrip {
	_height:32px;
}
div#nav ul {
	_width:150px;
}
div#nav li a:link, div#nav li a:visited {	
	_width:150px;
}
div#content {
	_height:430px;
}