body {
/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
	margin:  0;
	padding:  0;
}

#container {
	margin:  0;
	padding:  0;
}

#header, #footer {
	clear: left;
	font-size: large;
	text-align: center;
	padding: 0.3em 0;
	/* background: #999; */
}

#content {
 /* replace this value with the width of your left column */
	margin-left:  280px;
	margin-right:  0;
	margin-bottom:  0;
	margin-top:  0;
	padding:  0;
/*	border: 1px solid black;	*/
}

#leftnav {
	position:  absolute;
	top:  0;
	left:  0;
/*  Background of the left side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.)  */
	margin:  0;
	padding: 0pt 10px;
	padding-top: 1em;
/* Replace width with the width of your left column. */
	width:  280px;
/*	border: 1px solid red;	*/
}
