@charset "UTF-8";
/**
 *
 * Modified core stylesheet (for SEO 2 Column layout)
 *
 * @author			Aigars Sukurs, aigars [at] grafton [dot] lv
 * @copyright		Copyright 2008, SIA Grafton
 * @version		1.0c
 * @lastmodified	$Date: 2008-08-27 05:20:18 +0200 (Wed, 27 Jul 2008) $
 */

@import "abc-core.css";

@media all
{
	#contentWrapper {
		background-color:#fffcd8 !important;
	}
	#contentWrapper {
		background: none;
	}

	#column01 {
		width: 730px !important;
		margin-left: 0;
	}

	#c01Content {
		padding: 0;
	}

	#column02 {
		display: none !important;
	}

}
