body {
	background-color: #fff;
	background-image:none;
	background-repeat:no-repeat;
	background: #FFF;
}

#box {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image:none;
	background-repeat:no-repeat;
	background: #FFF;
}

/*********
 * Objects visibility: Hide some unused elements
 ******/
#header,
#mainNavigation,
#col1,
#footer,
#content span.last_update,
#content span.goto_top,
#content div.csc-header-n1 #print_button,
.print_button {
	display: none;
}

/*********
 * Objects visibility: Re-activate some elements
 ******/
#info_line,
#print-title {
	display: inline;
}

#col2 {
	width: 100%;
	float: left;
}

#content {
	clear: both;
	background-color: #FFF;
	border: none;
	margin: 10px 20px;
	padding: 0;
}


/*********
 * Adjust the width for some layers
 ******/
#box,
#content,
#col2 {
	width: 100%;
}

/* The above value is just for IE, thus we need to set it once again for standards compliant browsers */
#col2 > #content { width: auto; }

/******** 
 * Hide The Searchform of archivesearch plugin
 ******/
#content .tx-archivesearch-pi1 .form {
	display: none;
}
