#container { /* This Is The BG Color Of The Main Div */
	width: 949px; /* Right And Left
	background: url(../../images/middle.png);
	width: 949px;
}

#bottom {/* This Is The BG Color Of The Main Div */
	width: 949px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */ /* Hack To Keep IE5 Windows Happy */
	background: url(../../images/middle.png);
}

#pageHeader {
	position: absolute;
	z-index: 10;
	margin-top: 35px;
	width: 949px;
	background: #c3d021;
}

#contentContainer {
	text-align: justify;
	background: repeat-y;
	width: 949px;
	padding-bottom: 10px;
	margin-top: 250px;
	margin-right: auto;
	margin-left: auto;
}

#contentContainer #content {
	text-align: justify;
	background: repeat-y;
	width: 910px;
	padding-top: 160px;
	padding-left: 20px;
	margin-bottom: 60px;
	margin-top: -250px;  /* Hack To Keep IE5 Windows Happy */
	position: relative;
	z-index: 30;
}

#sidebarContainer {
	display: none;
}

#footer {
	text-align: left;
	font-size: .9em;
	height: 21px;
	width: 949px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */ /* Hack To Keep IE5 Windows Happy */
	background: url(../../images/bottomhide.png) no-repeat;
}

#footer2 {
	text-align: left;
	font-size: .9em;
	color: #ffffff;
	height: 30px;
	width: 949px;
	margin: 10px auto; /* Right And Left Margin Widths To Auto */ /* Hack To Keep IE5 Windows Happy */
}

#breadcrumbcontainer {
	width: 600px;
}