/* $Id: page-backgrounds.css,v 1.8 2009/11/04 20:57:49 johnalbin Exp $ */

/**
 * @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(../images/overflow.jpg) center top repeat-y; 
}

#first-page-wrapper {
	background: url(../images/footer.jpg) center bottom no-repeat;
}

#second-page-wrapper {
	background: url(../images/pagebgtop.jpg) center top no-repeat; 
}


#page-wrapper {
}

#page {
}

#header {
background: url(../images/newheadimg.png) 5px 3px no-repeat;
}
#header .section p {
background: url(../images/pheadback.png) 284px 140px no-repeat;
}

#header .section {
}

#main-wrapper {
}

#main {
	min-height:1712px;
}

#footer {
 
}

#footer .section {
}

.region-page-closure {
	border-top:1px solid black;
	background-color:#00ADEF;
	/*background: url(../images/botmenu.png) center top no-repeat; */
}
