/** Amadou 3.x
* $Id: layout.css,v 1.1.2.2 2007/07/04 21:17:26 jwolf Exp $
*/

#container
{
	margin: 0 auto;
	padding:0;
	width:960px;
	position: relative;
}


/*----------header----------*/
#header {
background:transparent url(imm/header.png) no-repeat;
clear:both;
height:157px;
margin:0pt;
padding:0pt;
width:960px;
display: block;
}


/*----------main content----------*/
#mainContent 
{
	float:left;
	margin:0pt;
	overflow:visible;
	padding:2em 1.1em 0pt 1.1em;
	width:503px;

}


/*----------side bars----------*/
#sideBars-bg 
{
	background: transparent url('../images/sidebars-bg.gif') repeat-y scroll left top;
	float: right; 
/*	width is defined with the _get_sideBars_width function in template.php */
}

#sideBars 
{
	background:transparent url('../images/sidebars-bg2.gif') no-repeat scroll left bottom;
	float:right;
/*	width is defined with the _get_sideBars_width function in template.php */
}

#leftSidebar 
{
	float:left;
	clear : left;
	margin:2.5em 0pt;
	padding:0 0 0 0;
	width:215px;
	background : #eee;
}

#rightSidebar 
{
	float:left;
	margin:2.5em 0pt;
	padding:0 0 0 0;
	width:215px;
	background : #eee;
}


/*----------footer----------*/
#footer
{
	border-top:solid 1px #E1E1E1;
	clear:both;
	margin:1em auto;
	padding-top:1em;
	text-align:center;
	text-transform:lowercase;
	width:950px;
}
