/**
    Produced by Ladoo(c) - May, 2010.
    Compatible with:
        - IE8 (IE6 and 7 require additional stylesheets)
        - Firefox 3.x
        - Opera ...
        - Safari
        - Google Chrome

    Description:

    Defines the basic structural elements of the site. It is a 3 column layout (mostly fixed width).
**/


#body
{
    overflow: hidden;
}

#contentPanel, #leftPanel, #rightNav
{
}

#contentPanel
{
    margin-right: 260px;
}

/**
    Left Panel
**/

#leftPanel
{
	display: none;
    float: left;
    width: 220px;
    /* equal heights */
	padding-bottom: 1000em;
	margin-bottom: -1000em;
}

/**
    Right Panel
**/

#rightPanel
{
    float: right;
	width: 220px;
	padding-left: 18px;
}