body {
	padding: 0;
	margin: 20px;
	margin-top: 0;
}

#container {
	max-width: 65em;
	width: expression((parseInt(document.body.currentStyle.fontSize) * 65) < document.body.clientWidth?parseInt(document.body.currentStyle.fontSize) * 65 + "px" : "auto" );
	margin: 0 auto;
}

#mainContent {
	float: left;
	width: 71%;
	margin-bottom: 1em;
	margin-left: 0;
}

* html #mainContent  /* Simplified Box Model Hack */
{
  w\idth: 72%;
}

#side {
	float: right;
	/*width: auto; */
	 width: 24%; /* To stop content in the sidebar being indented a couple of pixels by main content */
	/*margin-left: 72%;*/
}

/* Header */

#header {
	margin-bottom: 1em;
}

#subheader{
	margin-bottom: 1.4em;
}
/*
#header ul {
	margin: 0 0 1em 0;
	padding: 0;
}

#header li {
	display: inline;
	padding: 0 20px 0 0;
	margin: 0;
	white-space: nowrap;
}
*/

/* Footer */

#footer {
	clear: both;
	margin-top: 1em;
}