/*	belongings print css variations	*/

#menu1, #sidebar, .flash, .searchform, #sharethis_0, #sharethis_1, .noprint, #header, #top {
	display : none;
}

body, #wrapper, #wrapper2 {
	background : transparent;
	
}

body, h3 {
	color : black;
}

#content {
	width : 100%;
	float : left;
	margin-left  : 0 ! important;
}

#featured, #container {
	margin : 0 ! important;
}

#footer {
	width : 100% ! important;
	text-align : center;
}

div#container {
	margin-left  : 0 ! important;
	
}

#belongingslink  {
	width : auto;
}

#copyright {
	float : left;
	clear : both;
}

/*
	we need important here as we often declare style= inline which has priority 
*/
.toprint {
	display : block ! important;
}


