#container {
	background: #f7f6f7;
}

#SideCol {
	width: 225px;
	float: right;
	padding: 12px;
	color: #000;
	text-align: left;
}

#sidebarContainer {
	display: none;
}

#SubMenu ul ul a { 
	display: none 
}

#PageContent {
	width: 575px;
	overflow: auto;
	margin-bottom: 12px;
	margin-top: 12px;
	white-space: normal;
	float: left;
	margin-left: 20px;
}

#Container {
	width: 850px;
	margin: 0 auto;
	position: relative;
	font: 1.2em/160% Helvetica, Arial, sans-serif;
}


