/**
 * @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:url(../images/HoneyBg-SiteBgPattern.jpg) repeat-x top;
}

#page-wrapper {
	background:url(../images/PageEdgeShadows.png) repeat-y;
}

#page {
}

#header {
	background:#c6b89c;
	background:url(../images/HeaderBg.jpg) top center no-repeat;
}

#header .section {
}

#main-wrapper {
}

#main {
	background:url(../images/ContentBackground.png);
}

#footer {
	background:#F00;
}

#footer .section {
}

.region-page-closure {
	width:906px;
	margin:0px auto !important;
	padding:15px 0px 0px 0px !important;
	background:url(../images/PageFooterTornEdge.png) top center no-repeat;
}


#block-block-1 p {
	margin:0px !important;
	padding:0px !important;
}