body
	{
	margin: 0;
	padding: 0;
	}
#content
	{
	margin-top: 136px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	padding: 0;
	}
#header
	{
	/* position: absolute; */
	/* top: 0; */
	/* left: 8px; */
	/* right: 8px; */
	/* height: 250px; */

	position: absolute;
	top: 0;
	left: 0px;
	width: 800px;
	height: 141px;

	}
#sidebar-left
	{
	position: absolute;
	top: 0;
	bottom: 0; /* Operas 5 + 6 shouldn't see this property */
	left: 0;
	width: 0;
	overflow: auto;
	}
#footer
	{
	position: absolute; /* Operas 5 + 6, need this to be relative */
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5em;
	}
#footer h4
	{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	}
/*\*/
body>#header, body>#sidebar-left, body>#footer
	{
	position: fixed;
	}
