/**
 * @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: rgb(250, 250, 250);
}

#shade-top {
	background: url("../images/layout_02.png") scroll 0 0 repeat-x;
}

#shade-top-left {	
	background: url("../images/layout_01.png") scroll 0 0 no-repeat;
}

#shade-top-right {	
	background: url("../images/layout_04.png") scroll 100% 0 no-repeat;
	height: 15px;
}

#shade-left {
	background: url("../images/layout_10.png") scroll 0 0 repeat-y;
}

#shade-left-top {
	background: url("../images/layout_05.png") scroll 0 0 no-repeat;
}

#shade-left-bottom {
	background: url("../images/layout_15.png") scroll 0 100% no-repeat;
	padding: 0 0 0 15px;
}

#shade-right {
	background: url("../images/layout_11.png") scroll 100% 0 repeat-y;
}

#shade-right-top {
	background: url("../images/layout_09.png") scroll 100% 0 no-repeat;
}

#shade-right-bottom {
	background: url("../images/layout_16.png") scroll 100% 100% no-repeat;
	padding: 0 15px 0 0;
}

#shade-bottom {
	background: url("../images/layout_18.png") scroll 0 0 repeat-x;
}

#shade-bottom-left {
	background: url("../images/layout_17.png") scroll 0 100% no-repeat;
}

#shade-bottom-right {
	background: url("../images/layout_20.png") scroll 100% 100% no-repeat;
	height: 15px;
}

#page-wrapper {
}

#page {
	background-color: white;
}

#header {
	background: url("../images/layout_07.png") scroll 0 0 repeat-x;
}

#header-images {
	background: url("../images/layout_06.png") scroll 0 0 no-repeat;
}

#header .section {
}

#main-wrapper {
}

#main {
}

.region-footer {
}
