body {
  text-align: center;
}

ul {padding: 0;}

.heading1 {
width:1000px;

text-align: right;
margin-top:0px;
padding-bottom:5px;

margin-right:auto;
margin-left:auto;
position: relative;
}

.heading {
	
	text-align: center;
	height: 200px;
	width: 1000px;
	background-image: url('images/banner/nwtemc_banner_2008.png');
	margin-left: auto;
	margin-right:auto;
	
}

#top_nav {
	width: 1000px;
	
	margin-top:5px;
	margin-left: auto;
	margin-right:auto;

	
	}

.container {
  width: 1000px;  
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: auto;
/* Don't center every line of text -
we inherited this setting from body */
text-align: left;

}

  
.left {
	float: left;
	padding: 0px 10px 0px 10px;
	width: 160px;
	background-image: url('images/white_bkgrnd.jpg');
	background-repeat: white;
	
}

.middle {
	top: 10px;
	width: 565px;
	margin-left: 200px;
	margin-right: 200px;
	background-color: white;
	padding: 10px;
}

.right {
  float: right;
  padding: 0px 10px 0px 10px;
  width: 160px;
  background-color:white;
}

.footer {
width:1000px;
  padding-top: 20px;
  text-align: center;
  clear: both;
  margin-left:auto;
  margin-right:auto;
  
}