/** 
 * 2PStaticLayout Cascading Style Sheet File
 *
 * This file contains the 2PStaticFluid layout styles.<br />
 * Changelog: see CHANGELOG for more details
 * 
 * @version 1.0.0 
 * @package XHTML_Templates
 * @subpackage Layouts
 * @license see_LICENSE_file
 * @filesource 
 * @copyright 2005 by Skylined - openGroup
 * @author Jacek Barcikowski <delorian@skylined.pl>
 * @file /style/2PStaticFluidLayout.css
 * @created Sun Apr 10 15:40:24 CEST 2005
 */
 
/**
 * Header div
 */
#header
{
	display: block;
}

/**
 * LeftPanel Div
 *
 */
#leftPanel
{
               position: absolute;
               left: 0;
	width: 440px;
	padding-left: 65px;
	/* padding-right: 65px; */
	padding-right: 445px;
	padding-bottom: 25px;
	margin-top: 30px;
	z-index: 2;

}

/**
 * RightPanel Div
 *
 */
#rightPanel
{
               position: absolute;
               width: 350px;
             	left: 570px;        /* left is bound with sum of width, margin and padding of #leftPanel */
	margin: 30px 0 0 0;
	z-index: 3;
}
