/**
 * @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: #FFF;
}

.body-inner-wrapper {
	background: url('../images/bkgrndBodyRepeat.png') repeat-x scroll 50% 0 #FFF;
}

.front .body-inner-wrapper {
	background: url('../images/bkgrndBodyFrontRepeat.png') repeat-x scroll 50% 0 #FFF;
}

.body-inner {
	background: url('../images/bkgrndBodyBand.png') no-repeat scroll 50% 202px transparent;
}

.front .body-inner {
	background: url('../images/bkgrndBodyFrontBand.png') no-repeat scroll 46% 201px transparent;
}

#page-wrapper {
	background-color: #fff;
/* 	box-shadow: 0px 0px 1px 1px #C7C7C7; */
}

#page {
}

#header {
}

#header .section {
}

#main-wrapper {
}

#main {
}

.region-footer {
}
