/* 
* 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, #menuBar, #mainHeader
{
	width: 100%;
	float: left;
}

#menuBarLeft, #mainHeaderLeft
{
	float: left;
	width: 49%;
}

#menuBarRight, #mainHeaderRight
{
	float: right;
	width: 49%;
}

#main
{
	position: relative;
	display: block;
	float: left;
	width: 100%;
}

#mainContentLeft
{
	width: 35%;
	float: left;
}
#mainContentRight
{
	width: 64%;
	float: right;
}

#footerWrapper
{
	float: left;
	clear: both;
	width: 100%;
}

/*  [/Layout] */

