/*
#maincontainer{width:expression(document.body.clientWidth < 780? "780px":document.body.clientWidth>950? "950px":"auto");}
*/

/*
#navholder{width:expression(document.body.clientWidth < 740? "740px":document.body.clientWidth>920? "920px":"auto");}
*/





/* for some reason... the inner container gets too big.  Its width needs to be restricted so it doesn't go too wide. */
/* this might actually be incorrect still...  It might need to be document client width minus a fixed number... if thats possible */


/* TODO: might be an error here by commenting out the line below, cannot test right now since can't view internal site on IE 6 yet */
/*
* html #contentholder.leftandmiddle #maincontentinner{width:expression(document.body.clientWidth < 558? "558px":document.body.clientWidth > 728? "728px":"auto");}
*/

/* i don't know why, but ie6 pukes when this declaration is in the normal page template stylesheet...  leave it here unless you can make it work in the correct location */
#contentholder.middleandright {background-image: none;}