/* 
* 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
{
	position: relative;
	display: block;
	/*float: left;
	width: 100%;*/
}

#contentWrapper #contentLeft
{
	width: 50%;
	float: left;
}
#contentWrapper #contentCenter
{
	width: 49%;
	float: left;
}

#footerWrapper
{
	/*float: left;*/
	clear: both;
	/*width: 100%;*/
}

/*  [/Layout] */