/**
 * @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("http://www.jcwi.org.uk/sites/all/themes/jcwi/images/body.gif") repeat scroll 0 0 #F4F4F4;
    max-width: 1800px;
}

#page-wrapper { 
padding-top: 60px;
}

#page {
}

#header {background: url("http://www.jcwi.org.uk/sites/all/themes/jcwi/images/body.gif") repeat scroll 0 0 #F4F4F4;
    max-width: 1800px;
}

#header .section {
}

#main-wrapper { 
  -moz-box-shadow: 5px 5px 6px #ccc;
  -webkit-box-shadow: 5px 5px 6px #ccc;
   box-shadow: 5px 5px 6px #ccc;
background-color: #FFFFFF;
}

#main {
}

.region-footer {
}
