/** Amadou 3.x
* $Id: layout.css,v 1.1.2.2.2.1 2007/12/07 23:05:15 jwolf Exp $
*/

#container
{
	margin: 0 auto;
	padding:0;
	width:1080px;
}


/*----------header----------*/
#header
{
	clear:both;
	height:80px;
	margin:0;
	padding:0;
	width:1080px;
}


/*----------main content----------*/
#mainContent
{
	float:left;
	margin:0;
	min-height: 400px;
	overflow:hidden;
	padding:2px 5px;
/*	width is defined with the _get_mainContent_width function in template.php */
}


/*----------side bars----------*/
#sideBars-bg
{
	float: right;
/*	width is defined with the _get_sideBars_width function in template.php */
}

#sideBars
{
	float:right;
/*	width is defined with the _get_sideBars_width function in template.php */
}

#leftSidebar
{
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:200px;
}

#rightSidebar
{
	float:right;
	margin:0;
	padding:0 0 0 0;
	width:200px;
}


/*----------footer----------*/
#footer
{
	clear:both;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
	height: 295px;
	width:1080px;
}