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

#page-wrapper {
}

#page {
}

#header-wrapper {
	background-color:#426177;
}

#header {
	
}

#navigation-wrapper {
	background:transparent url('/sites/all/themes/nycolleges/images/nav-background.jpg') repeat-x 0 0;
	clear:both;
}

@media screen and (max-width: 800px) {
	#navigation-wrapper {
		background:none;
	}
}

#header .section {
}

#main-wrapper {
}

#main {
}

#footer {
}

#footer .section {
}
