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

#page-wrapper {
}

#page {
}

#header {
}

#header .section {
}

#main-wrapper {
  background-image:url(../images/main_bg.png);
  background-position:1px bottom;
  background-repeat:repeat-x;
  padding-bottom:6px;
  /*background-color:#fff;*/
}

#main {
  background-color:#f8f8f5;
}
#main_inner{
  border-width:0 1px;
  border-color:#e9e9e9;
  border-style:solid;
  background-color:#fff;
  padding-bottom:10px;
}
#footer .content ul{
  overflow:hidden;
  width:100%;
  padding:15px 0;
  margin:0;
}
#footer .block{
  margin:0;
  padding-bottom:10px;
}
#footer{
  border-color:#ccccc4;
  border-width:0 1px 0 1px;
  background-color:#d9d9d1;
  /*overflow:hidden;*/
  margin-top:-5px;
  border-style:solid;
  border-radius:0 0 8px 8px;
  -moz-border-radius:0 0 8px 8px;
  -webkit-border-radius:0 0 8px 8px;
}

.region-footer {
  border-radius:0 0 8px 8px;
  -moz-border-radius:0 0 8px 8px;
  -webkit-border-radius:0 0 8px 8px;
  border-width:0 1px;
  border-color:#FFFFFF;
  border-style:solid;
}
#content{
  background-color:#ffffff;
}
