#outerWrapper {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 90%;
	padding: 13px;
	border: 4px solid #0C0C0C;
}
#outerWrapper #loginbox {
  display: none;
}
#outerWrapper #contentWrapper #navcontainer {
  display: none;
}
#outerWrapper #contentWrapper #rightColumn1 {
	display: none;
}
#outerWrapper #contentWrapper #leftColumn1 {
	display: none;
}
#outerWrapper #contentWrapper #content {
	float: none; /* Sets the margin properties for all margins using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 100%;
	margin: 0;
}

#outerWrapper #contentWrapper #rightColumn1_news {
	display: none;
}
#outerWrapper #contentWrapper #leftColumn1_news  {
	display: none;
}
#outerWrapper #contentWrapper #content_news  {
	float: none; /* Sets the margin properties for all margins using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 100%;
	margin: 0;
}

#outerWrapper #header_r {
  display: none;
}
#outerWrapper #footer {
  display: none;
}
