#container { 
	width: 769px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	background: url(../../images/middlehide.png) repeat-y;
	padding: 0;
}

#pageHeader {
  list-style: none;
  background: url(../../images/tophide.png) no-repeat;
  text-align: left;
}

/*#pageHeader {
  width: 769px;
  list-style: none;
  background: no-repeat url(../../images/tophide.png);
  height: 98px;
  margin: 0 auto;
  text-align: left;
  position: absolute;
}*/

#contentContainer {
	text-align: left;
	width: 769px;
}

#contentContainer #content {
	line-height: 2em;
	padding-left: 48px;
  width: 665px;
}

/*#contentContainer {
  text-align: left;
  background: repeat-y;
  width: 769px;
  padding-top: 75px;
  margin-right: auto;
  margin-left: auto;
}

#contentContainer #content {
  text-align: left;
  background: repeat-y;
  width: 665px;
  padding-left: 35px;
  padding-top: 25px;
  margin-left: 18px;
}*/

#sidebarContainer {
	text-align: left;
	font-size: 10px;
	line-height: 15px;
	display: none;
	margin-top: 24px;
	margin-right: 33px;
}

#footer {
	text-shadow: 0px 1px 0px #ffffff;
	text-align: left;
	font-size: .9em;
	background: url(../../images/bottomhide.png) no-repeat;
}

/*#footer {
  text-shadow: 0px 1px 0px #ffffff;
  text-align: left;
  font-size: .9em;
  background: url(../../images/bottomhide.png) no-repeat;
  height: 133px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
*/