@import url(/_css/library/image.css);

/*css styles to be displayed when looking at the document on the screen*/

@media screen
{
	div#content_layout table.left
	{
		float: left;
		margin: 0 10px 10px 0;
	}
	
	div#content_layout table.right
	{
		float: right;
		margin: 0 0 10px 10px;
	}
	
	div#content_layout table.clear
	{
		clear:both;
	}
}

/*css styles to be displayed when printing the document*/

@media print
{
	
}
