/**
 * @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 {
}

#page-wrapper {
}

#page {
	-moz-box-shadow: 0 0 25px #333333;
	box-shadow: 0 0 25px #333333;
	-webkit-box-shadow: 0 0 25px #333333;
	padding:20px;
}

#header {
	border-bottom: 10px solid #CCCCCC;
	height: 90px;
}

#header .section {
}

#main-wrapper {
}

#main {
}

#footer {
}

#footer .section {
}
