body { padding: 0 20px; }
	
#divPage {
	margin: 0;
	padding: 0;
	width: 95%;
	min-width: 670px;
	width:expression(document.body.clientWidth < 750 ? "670px" : "95%" );

	max-width: 1400px;

	background: #E2EBF5 url(/images/widescreen.gif) repeat-y 70% 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
html>body #divPage { width: 100%; }

body.viewer #divPage {
	background: #fff;
	}

#divNav { width: 100%; }

#divContentPage { width: 70%;
 background: #E2EBF5}

#divContent {
max-width: 800px; 

}

#divSideBar {
	float: right;
	margin-left: 0;
	padding: 0;
	width: 30%;
	}

#theme a img#theme-fluid { background: #888; }
#theme a img#theme-fixed { background: #b3b3b3; }

/* fixes 3-pixel float bug in IE/Win */
* html #divContentPage { margin-right: -3px; }
