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

#page-wrapper {
	background:url(../images/Foss4Lib-logo.png) no-repeat top right;
}

#page {
}

#header {
}

#header .section {
}

#main-wrapper {
}

#main {
}

.region-footer {
	background:url(../images/footer-book.png) no-repeat 20px 20px white;
}

#content  {
	margin:20px 0;
}

#content .section {
	padding:15px;
	background-color: white;
}
.region-sidebar-second {
	background-color:white;
}

.region-highlighted {
	background-color:#d5d5d5;
}
.region-highlighted div#block-views-home-feature-block {
	background-color:#176C39;
	border:3px solid white;
}
