/* 
* This file is for creating Administration layout
* It should not be used for creating public layouts
* Use Main.css instead 
*/

/*  [Layout] */

#wrapper 
{
	width: auto;
	width: 850px;
}

#headerWrapper
{
	width: 100%;
}

#contentWrapper
{
	width: 100%;
}

#contentTop
{
	width: 100%;
}

#contentMiddle .leftWide
{
    width: 69%;
    float: left;
}

#contentMiddle .rightNarrow
{
    width: 29%;
    float: right;
}

#contentLeft
{
	width: 60%;
	float: left;
}

#contentLeft .column
{
	float: left;
	width: 49%;
}

#contentRight
{
	width: 39%;
	float: right;
}

#footerWrapper
{
	float: right;
	width: 39%;
}

.clr
{
	clear: both;
}

/*  [/Layout] */
