@charset "UTF-8";
#container, #center {
	width: auto;
	margin: 0 5%;
	padding: 0;
	float: none;
	overflow: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightcol {
	visibility: hidden;
}
#leftcol {
	visibility: hidden;
}
#footer p {
	visibility: visible;
	position: relative;
	width: auto;
	clear: both;
	margin-top: 16px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
}
.breadcrumb {
	visibility: hidden;
}

