/* 
* 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%;
}
div#contentInnerWrapper
{
	float: left;
	width: 100%;
}
#footerWrapper
{
	float: left;
	clear: both;
	width: 100%;
}
div#footerInnerWrapper
{
	float: left;
	width: 100%;
}
#contentWrapper #contentLeft
{
	width: 30%;
	float: left;
}
#contentWrapper #contentCenter
{
	float: left;
}
#contentWrapper #contentRight
{
	width: 30%;
	float: left;
}

#contentWrapper #content-left
{
	width: 30%;
	float: left;
}

#contentWrapper #content-right
{
	width: 30%;
	float: left;
}

/* wrapperSubPage */

div.wrapperSubPage #contentCenter
{
	width: 39%;
}

/* wrapperFrontPage */

div.wrapperFrontPage #contentCenter
{
	/*width: 69%;*/
}
div#contentCenterLeft 
{
	width: 49%;
	float: left;
}
div#contentCenterRight
{
	width: 49%;
	float: right;
}

/* wrapperSectionFrontPage */

div.wrapperSectionFrontPage #contentCenter
{
	width: 39%;
}


/*  [/Layout] */


/* banners */

div#bannerRight 
{
	width: 150px;
	position: absolute;
	margin-left: 860px;
	/*float: left;*/
}
div#bannerFooter
{
	clear: both;
}
