

div#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	/* background-image: url(../images/TIW_Boxes980w.jpg); */
	/*margin: 0px auto;  the auto margins (in conjunction with a width) center the page */
	margin-top:0px;
	border: 0px solid #ff2200;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:1;
	
	
}

div#footer {
	padding: 0px 40px 0px 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff;
	width:820px;
	height:40px;
	font-size:9px;
	padding-top:20px;
	font-weight:bold;

}

