/** 
 * 2PStaticLayout Cascading Style Sheet File
 *
 * This file contains the 2PStaticFluid layout presentation 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/2PStaticFluidPresentation.css
 * @created Sun Apr 10 15:40:24 CEST 2005
 */
 

/**
 * Header div
 */
#header
{
	height: 40px;
	margin: 3px 0 0 0;
	padding: 0 0 0 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #003366;
	background-color: #5B84AC;
               background-image: url('../img/headerbackground.jpg');
               background-repeat: repeat-y;
               background-position: left;
}

/**
 * LeftPanel Div
 *
 */
#leftPanel
{
	background-color: transparent;
	background-image: url('../img/leftpanelbackground.gif');
	background-repeat: repeat-y;
	background-position: left;	
}

/**
 * RightPanel Div
 *
 */
#rightPanel
{

	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0 15px 15px 15px;
	background-color: transparent;
       
}

/**
 * Footer Div inside RightPanel
 *
 */
#footer
{    
            background-color: transparent;
            margin: 3.0em 0 0 0;
            font-size: 0.8em;
}