﻿/* page-height controls	*/

body
{
/*	background-color:#2175BB;	*/
	background-color: #e2e2e2 !important;
}
div#shadow
{
	width: 970px;
	margin: 0 auto;	/* center the content on the page	*/

	background-image:url(/App_Themes/Desktop/images/background.png);
    background-position:top center;
    background-repeat:repeat-y;
    overflow: visible;
}

div#shadow-mask	/* extra div to keep the 30px padding zone white	*/
{
	width: 920px;
	background-color: White;
	margin: 0 auto;	/* center the container in its parent	*/
}

div#page-container	/* first-level div tag for page template plus footer	*/
{
	padding: 10px 30px 30px 30px;	/* keep this container's content 30px from its border	*/
	/* changed top padding to 10px per mlq 11/5/2009	*/
	width: 860px;	/* constrain the width (or expand it) to 60px less than its parent */
	margin: 0 auto;	/* center the container in its parent	*/
	
}

div#header-container	/* header elements without the site navigation	*/
{
	position: relative;
	display: block;
	z-index: 2;
}
div#copyright-container	/* footer contents above the page bottom elements	*/
{
	width: 920px;	/* constrain the width (or expand it) to 60px less than its parent */
	margin: 0 auto;	/* center the container in its parent	*/
	background-color: White;
}	
