/* 
* This file is for creating Administration layout
* It should not be used for creating public layouts
* Use Main.css instead 
*/

/*  [Layout] */

#main
{
	width: 69%;
	float: left;
}

.cols1 #main
{
	width: 100%
}

#extra
{
	width: 30%;
	float: right;
}
#footer
{
	clear: both;
}

/*  [/Layout] */

