.breadcrumb, #topnavigation, #header, #subnav, .navigation, .menu, #logos, #footer, #partners {
	display:none;
}

body, #contentWrapper, #content, #container, #subnav {
	background: transparent none;
	background-color: white;
	float: none !important;
	overflow: visible; /*Magic*/
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white !important;
}

#content, #contentWrapper {
	margin:0 10px 0 0 !important;
	padding:0 !important; 
	border:0 !important; 
	width: auto !important;
}

html>body #content, html>body #contentWrapper { /*Mozilla Fix*/
	margin:0 10% 0 0 !important;
	padding:0 !important; 
	border:0 !important; 
	width: auto !important;
}

body, #content p, #content a:link, #content a:visited, #content h1, #content h2, #content h3, #content h4, #content caption, #content h5, #content ul, #content li {
	color: black;
	background: transparent none;
	background-color: white;
}

