/*css styles to be displayed when looking at the document on the screen*/

@media screen
{
	div#sidebar_audience { display: none; }
}

/*css styles to be displayed when printing the document*/

@media print
{
	
}
