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

	div#left_sidebar {
		width: 200px;
	}
	div#left_sidebar_inset {
		padding: 0 10px 0 0;
	}
	div#right_sidebar {
		width: 175px;
	}
	div#right_sidebar_inset {
		padding: 0 0 0 10px;
	}

}

/*css styles to be displayed when printing the document*/
@media print {

}