/* $Id: page-backgrounds.css,v 1.8 2009/11/04 20:57:49 johnalbin Exp $ */

/**
 * @file
 * Page Background Styling
 *
 * The default layout method of Zen doesn't give themers equal-height columns.
 * However, equal-height columns are difficult to achieve and totally
 * unnecessary. Instead, use the Faux Columns method described in the following
 * ALA article:
 *   http://www.alistapart.com/articles/fauxcolumns/
 */


body {
	background-color: #D7D3BA;
}

#page-wrapper {
}

#page {
}

#header {
	background:url(../images/backgrounds/bma_header.jpg) no-repeat bottom left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header .section {
}

#navigation {
	background:url(../images/backgrounds/bma_navigation.jpg) repeat-x top left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 918px;
}

#main-wrapper {
	background:url(../images/backgrounds/bma_bg.gif) repeat-y top left;
}

#main {
	background:url(../images/backgrounds/BMA-Chicago-Marketing-bgd.jpg) no-repeat bottom left;
}

#footer {
}

#footer .section {
}