/** 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:960px;
}


/*----------header----------*/
#header
{
	clear:both;
	height:73px;
	margin:0;
	padding:0;
	width:960px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


/*----------main content----------*/
#mainContent
{
	float:left;
	margin:0;
	overflow:hidden;
	padding:1em 0 4em;
	/*	width is defined with the _get_mainContent_width function in template.php */
}


/*----------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;
	width:180px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1.45em;
	padding-top: 0.75em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#rightSidebar
{
	float:right;
	margin:0;
	width:180px;
	padding-top: 0.75em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1.45em;
}


/*----------footer----------*/
#footer
{
	clear:both;
	margin:1em auto;
	padding-top:1em;
	text-align:left;
	text-transform:lowercase;
	width:960px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}