/**
 * @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: #ffffff url('../images/body_bg_repeat.jpg') repeat-x top left;
}

#page-outer-wrapper {
    background: #ffffff url('../images/body_bg_shadow.png') no-repeat top left;
    min-height: 650px;
}

#page-outer-wrapper-bottom{
	background: url('../images/body_bg_shadow_bottom.png') no-repeat bottom center;
	min-height: 650px;
}

#page-wrapper {
}

#page {
}

#header {
}

#header .section {
}

body.front #header{
    background: transparent url('../images/header-front.png') no-repeat top right;
}

#main-wrapper {
}

#banner-focus-items {
    background: transparent url('../images/banner_focus_items.jpg') no-repeat top center;
    height: 135px;
    overflow: hidden;
}

#main {
}

.region-footer {
}
