#page { padding: 0;	margin: 0 auto; width: 770px; }
#contentSection
{
	float:left;
	width: 750px;
	margin:0;
	padding: 0px 10px 0px 10px;
	background-image: url('images/dropShadowContent.gif');
	background-repeat: repeat;
	/*background-color:#fff;*/
}

#pageBottom
{
	padding: 0; margin: 0;
	text-align: center;
	float:left;
	width:770px;
	height: 9px;
	
	/* CSS Compliant browsers */
	background-image:url(images/dropShadowDown.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}

#newsBar
{
	display: none;
	width: 0px;
}

#horizontalRuler
{
	height: 25px;
	display: none;
}


#leftNavBar
{
	display: none;
	width: 0px;
}

#content
{
	width: 700px;
	border: none 0px;
}

#searchTools
{
	display: none;
}

#pageHeader
{
	display: block;
}

#menu2
{
	display: none;
}

#pageFooter
{
	display: none;
}

