/* ==================================================================
gbl-wrp-3 is the white page content background, plus the main content gradient background. 
THIS WILL STAY THE SAME FOR ALL INTERNAL SITE PAGES
================================================================== */
.gbl-wrp-3 {
	background-image: url('../nflimg/gbl-interior-page-gradient-bg.jpg');
	background-repeat: repeat-x;
	background-position: 0 306px;
}

/* ==================================================================
gbl-wrp-4 - Provides the white background with gray borders for the illusion of a content container
The background image and background position will change depending on the page layout.
================================================================== */
.gbl-wrp-4 {
	width: 970px;
	background-image: url('../nflimg/gbl-bg-610.gif');
	background-repeat: repeat-y;
	background-position: 180px 0;
}

/* ==================================================================
gbl-wrp-5 - The background image slides over and hides the top of the content container (gbl-wrp-4)
THIS WILL STAY THE SAME FOR ALL INTERNAL SITE PAGES
================================================================== */
.gbl-wrp-5 {
	width: 970px;
	background-image: url('../nflimg/gbl-gradient-overlay.jpg');
	background-repeat: repeat-x;
	background-position: 0 26px;
	overflow:hidden;
}

/* ==================================================================
content-bottom-cap - This provides the bottom rounded corners for the faux content container.
The content-bottom-cap <div> is in the seattle footer  module.
This will change depending on page layout.
================================================================== */
.content-bottom-cap {
	display: block;
	height:11px; /* Height shouldn't change. Cut bottom corner images to 11px if possible. Changing height will affect layout of footer. */
	background-image:url('../nflimg/gbl-bottom-610.gif');
	background-position:180px 0;
}


/* =============================
Page title
=============================== */
.pg-hdr {
	width:610px;
	/* THIS BACKGROUND IMAGE SHOULD BE SPECIFIED IN EACH PAGE CSS FILE */
	background-image: url('../nflimg/page-title-bg-610.png');
}
