#SiteToolsPrint{
	color : #000;
	display : block !important;
	font : normal 11px sans-serif;
	left : 435px;
	position : absolute;
	text-align : right;
	top : 50px;
	width : 170px;
	visibility: visible;
}

#Content{
	/* border-left : 1px solid #ffffff; */	
	margin-bottom : 20px;
	padding-left : 0px;
	position : absolute;
	top : 50px;
	left : -150px;
	/* width : 600px;  */
	/* Box Model Hack. */
	/* This Width is the total width MINUS border and padding */
	/* width: 530px; */
	/* Now we confuse IE5/Windows and IE5.5/Windows */
	/* voice-family: "\"}\""; */
	/* voice-family: inherit; */
	/* The Proper CSS Width.  Content width, ignoring border and padding */
	/* width: 542px; */
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
html>body #Content{
  width: 530px;
} 
/*
#HistoryText{
	border-left : 1px solid #ffffff;
	color : #000000;
	font : normal 11px sans-serif;
	left : 10px;
	padding-left : 11px;
	position : absolute;
	top : 50px;
	width : 442px;
}*/
#HistoryText{
	border-left: 1px solid #ccc;
	color: #000;
	font: 11px sans-serif;
	height: 27px;
	left : 10px;
	padding-left: 11px;
	position: absolute;
	top: 50px;
	/* Box Model Hack. */
	width: 378px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 390px;
}
/* "be nice to Opera 5" rule.*/
html>body #HistoryText{
  width: 378px;
}

#Nav{
	display : none;
}

#PrinterURL{
	color : #000;
	display : inline;
	font : normal 1.2em "Courier New",Courier,monospace;
	left : 10px;
	position : absolute;
	top : 10px;
}

#SideBar{
	display : none;
}

#SiteTools{
	display : none;
	position: absolute;
	left: 20px;
}
