@media print 
{
	body
	{
		background-image: none;
	}
	
	/* Main */
	#main
	{
		background-color: #ffffff;
		color: #000000;
		width: auto;
	}	

	/* Header section */
	#header
	{
		width: auto;
	}	
	#header #headerCell #headerCar
	{
		visibility: hidden;
	}
	#header #headerCell #headerContact
	{
		left: 120px;
	}
	
	/* Navigation buttons section */
	#nav
	{
		visibility: hidden;
	}
	
	
	/* Home page */
	#contentHome
	{
		width: 100%;
	}	
	#contentHome .columnTop
	{
		width: 100%;
	}
	#contentHome .columnLeft
	{
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
	}
	#contentHome .columnRight
	{
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
	}
	#contentHome h1
	{
		color: #383bb8;
		font-size: small;
	}
	#contentHome h1 a
	{
		color: #383bb8;
	}
	#contentHome h1 a:visited
	{
		color: #383bb8;
	}
	#contentHome a
	{
		color: #000000;
	}
	#contentHome a:visited
	{
		color: #000000;
	}
	
	/* Content pages */
	#content
	{
		width: auto;
	}
	
	/* Footer */
	#footer
	{
		background-color: #ffffff;
		color: #000000;
	}
}
