/**
 * Structural CSS
 * 
 * Provide CSS to define the page structure
 *
 * @author 			Paul Killoran <paul@starlight.ie>
 * @package			starlight
 * @subpackage		starlight.launchpad
 * @access 			public
 * @version			$Revision: 1 $
 * @modifiedby		$LastChangedBy: pkilloran $
 * @lastmodified	$Date: 2009-09-05 00:00:00 -0000 (Sat, 05 Sep 2009) $ 
 * @copyright		Copyright (c) 2009, Starlight Solutions
 *
 */
 
/* Structure and layout */
body { background-color:#ffffff; }

div#header_right { display:none; }
div#top_tabs { display:none; }
div#side_tabs { display:none; }
div#footer { display:none; }
/*a#header_logo_a { position:absolute; top:0px; left:0px; }*/

div#wrapper { position:absolute; top:-60px; left:0px; width:100%; overflow:visible; }

div.book .detail { float:left; }
