/* 
* 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: 30%;
	float: left;
}
#contentWrapper #contentCenter
{
	width: 39%;
	float: left;
}
#contentWrapper #contentRight
{
	width: 30%;
	float: right;
}
#footerWrapper
{
	float: left;
	clear: both;
	width: 100%;
}

/*  [/Layout] */

