/* 
* This file is for creating Administration layout
* It should not be used for creating public layouts
* Use Main.css instead 
*/

/*  [Layout] */

#wrapper2
{
	
	width: auto;
	width: 875px;	
}




#wrapper 
{
	
	width: auto;
	width: 875px;	
}


#headerWrapper
{

	width: 100%;
}



#contentWrapper
{
	
	position: relative;
	display: block;
	float: left;
	width: 100%;
}

#contentWrapper #contentLeft
{
	
	width: 49%;
	float: left;
	
}


#contentWrapper #contentCenter
{
	
	width: 50%;
	float: left;
}
#contentWrapper #contentRight
{
	
	width: 49%;
	float: right;
}
#footerWrapper
{
	
	
	float: left;
	clear: both;
	width: 100%;
}

/*  [/Layout] */
