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

#page-wrapper {
	border-right-color: white;
	border-left-color: #fefffe;
	border-right-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: none;
	border-top-style: none;
	border-left-width: 15px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	background-color: #F7F6EE;
}

#page {
}

#header {
   background: url("../images/backgrounds/headerBack.gif") repeat-x scroll 0 0 #460000;
}

#header .section {
}

#main-wrapper {
}

#main {
}

#footer {

}

#footer .section {
}
