/**
 * Print CSS
 *
 * @author		Norbert Laposa <norbert@liquidlight.co.uk>
 * @copyright	Liquid Light Digital Ltd.
 * @since		2005-09-05
 * @package		Xsite
 * @subpackage	share.css
 * @version		SVN: $Id
 */
body {
	font-family: serif;
}
#leftCol,
#header,
#nx_header,
DIV.nx_edit_topbar_sub,
DIV.nx_edit_layout,
DIV.nx_edit_content,
#footer,
#mainNav,
#secondaryNav,
#secondaryContent,
#nx_edit_topbar {
	display: none;
}

.columnOne,
.columnTwo {
	float: left;
	width: 49%;
}