#logo-container {
	height: 70px;
	width: 99%;
	top: 5px; 
	position: absolute;
	margin: 0;
}
#logo {
	margin-top: 0px;
	width: 900px;
	left: 50%;
	top: 0px;
	margin-left: -450px;
	position: absolute;
}
#header-container {
	height: 55px;
	width: 99%;
	top: 70px; /* edit for new style was 10 */
	position: absolute;
	margin: 0;
}
#header {
	margin-top: 0px;
	width: 900px;
	left: 50%;
	top: 10px;
	margin-left: -450px;
	position: absolute;
}
#footer {
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position: relative;
	text-align: right;
  font-size:9px;
  font-family:sans-serif;
  bottom: auto;
}
#footer-container {
	width: 99%;
	margin: 0;
  top:45px;
  visibility: visible;
  padding-left:10px;
}
#middle-container {
	position: absolute;
	visibility: visible;
	width: 99%;
	text-align: left;
	margin: 0;
  top:140px; /* edit for new style was 60 */
  z-index:100;
}
#middle {
	width: 900px;
	margin-left: -450px;
	position: relative;
	left: 50%;
  /*border: thin solid Black;*/
  z-index:300;
}
#nav {
	width: 225px; /* was 235 */
	left: 0px;
	top:0px;
	float: left;
  padding-left:20px; /* was 10 */
  padding-top: 5px;
  /*border: thin solid Black; */
  visibility: visible;
  z-index:500;
}
#content {
	width:650px;
	left: 206px;
	top:0px; 
	float: right;
  /*border: thin solid Black;*/
  visibility: visible;
  z-index:400;
  padding-bottom:20px;
}
#words {
	width: 440px;
	left: 210px;
  top:0px;
  float: left;
  /*border: thin solid Black;*/
  visibility: visible;
}
#banner {
	width: 201px;
	left: 656px;
	float: right;
  top:0px;
  /*border: thin solid Black;*/
  visibility: visible;
}
#news {
	width: 600px;
	left: 210px;
  top:0px;
  float: left;
  /*border: thin solid Black;*/
  visibility: visible;
}
#copyright {
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position: relative;
	text-align: right;
  font-size:9px;
  font-family:sans-serif;
  bottom: auto;
  color:white;
  top:-35px;
}