﻿body {
  text-align: center;
}

.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: 10px 10px 0px 0px;
	width: 200px;
	background-image: url('../images/white_bkgrnd_200.jpg');
	background-repeat: repeat-y;
	<br>

}

.middle {
  top: 10px;
  width:550px;
  margin-left: 220px;
  margin-right: 220px;
  background-color: white;

  padding:5px;
}

.right {
  float: right;
  padding: 0px 10px 0px 10px;
  width: 200px;
  background-color:white;
}

.footer {
width:1000px;
  padding-top: 20px;
  text-align: center;
  clear: both;
  margin-left:auto;
  margin-right:auto;
  
}
