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

@media screen
{
	div#inset_cell01, div#inset_cell02 { padding: 15px; }
	
	div#cell01
	{
		float: left;
		width: 60%;
	}
	
	div#cell02
	{
		float: right;
		width: 40%;
	}
	
	div#cell03, div#cell04, div#cell05 { display: none; }
}

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

@media print
{
	
}
